Html Css Color HEX #2CCC4B Lime Green

📋 copy color: '#2CCC4B'

red 44 ◦ green 204 ◦ blue 75

#2CCC4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2CCC4B

Tints of Lime Green #2CCC4B

RGB

 RED value IS 44 (17.58% from 255) = 13.62%

 GREEN value IS 204 (80.08% from 255) = 63.16%

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 13.62%
G = 63.16%
B = 23.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#2CCC4B (or 0x2CCC4B) is known color: Lime Green. HEX triplet: 2C, CC and 4B. RGB value is (44,204,75). Sum of RGB (Red+Green+Blue) = 44+204+75=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCC4B is #D333B4. Grayscale: #8D8D8D. Windows color (decimal): -13841333 or 4967468. OLE color: 4967468.

HSL color Cylindrical-coordinate representation of color #2CCC4B: hue angle of 131.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCC4B is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 204 75 -
CMYK 0.78 0 0.63 0.2
HSL 131.63º 0.65% 0.49% -
HSV(B) 131.63º 0.78% 0.8% -
XYZ 23.9 44.23 13.93 -
YUV 141.45 90.49 58.49 -
System Red Green Blue C M Y K H S L
Decimal 44 204 75 0.78 0 0.63 0.2 131.63 0.65 0.49
Hex 2C CC 4B 4E 0 3F 14 84 41 31
Octal 54 314 113 116 0 77 24 204 101 61
Binary 101100 11001100 1001011 1001110 0 111111 10100 10000100 1000001 110001

Color Harmonies of #2CCC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCC4B

Black with #2CCC4B

Text Example


Text Example

White with #2CCC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,204,75); }

 H1.HeaderClassName
 {
   color: #2CCC4B;
 }
 .AnyTagClassName
 {
   color: #2CCC4B;
 }
</style>

background-color css

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

 a { background-color: rgb(44,204,75); }

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

border-color css

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

 span { border-color: rgb(44,204,75); }

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