#2CD433

Color #2CD433 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2CD433

Tints of Lime Green #2CD433

Color information

#2CD433 (or 0x2CD433) is unknown color: approx Lime Green. HEX triplet: 2C, D4 and 33. RGB value is (44,212,51). Sum of RGB (Red+Green+Blue) = 44+212+51=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 212 (83.20% from 255 or 69.06% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD433 is #D32BCC. Grayscale: #8F8F8F. Windows color (decimal): -13839309 or 3396652. OLE color: 3396652.

HSL color Cylindrical-coordinate representation of color #2CD433: hue angle of 122.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD433 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB4421251-
CMYK0.7900.760.17
HSL122.5º66.14%50.2%-
HSV(B)122.5º79.25%83.14%-
XYZ25.1847.8611.04-
YUV143.4175.8457.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 14.33%
GREEN value IS 212 (83.20% from 255) = 69.06%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=14.33%
G=69.06%
B=16.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal44212510.7900.760.17122.566.1450.2
Hex2CD4334F04C117a4232
Octal543246311701142117210262
Binary101100110101001100111001111010011001000111110101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CD433; }

 p { color: rgb(44,212,51); }

 H1.HeaderClassName
 {
   color: #2CD433;
 }
 .AnyTagClassName
 {
   color: #2CD433;
 }
</style>
background-color css

<style>
 a { background-color: #2CD433; }

 a { background-color: rgb(44,212,51); }

 div.DivClassName
 {
   background-color: #2CD433;
 }
 .BgClassName
 {
   background-color: #2CD433;
 }
</style>
border-color css

<style>
 span { border-color: #2CD433; }

 span { border-color: rgb(44,212,51); }

 td.TdClassName
 {
   border-color: #2CD433;
 }
 .TagClassName
 {
   border-color: #2CD433;
 }
</style>