Html Css Color HEX #2CCB4F Lime Green

📋 copy color: '#2CCB4F'

red 44 ◦ green 203 ◦ blue 79

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

Shades of Lime Green #2CCB4F

Tints of Lime Green #2CCB4F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 62.27%

 BLUE value IS 79 (31.25% from 255) = 24.23%

R = 13.5%
G = 62.27%
B = 24.23%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#2CCB4F (or 0x2CCB4F) is known color: Lime Green. HEX triplet: 2C, CB and 4F. RGB value is (44,203,79). Sum of RGB (Red+Green+Blue) = 44+203+79=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 203 (79.69% from 255 or 62.27% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCB4F is #D334B0. Grayscale: #8D8D8D. Windows color (decimal): -13841585 or 5229356. OLE color: 5229356.

HSL color Cylindrical-coordinate representation of color #2CCB4F: hue angle of 133.21º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCB4F is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 203 79 -
CMYK 0.78 0 0.61 0.20
HSL 133.21º 0.64% 0.48% -
HSV(B) 133.21º 0.78% 0.8% -
XYZ 23.81 43.81 14.6 -
YUV 141.32 92.82 58.58 -
System Red Green Blue C M Y K H S L
Decimal 44 203 79 0.78 0 0.61 0.20 133.21 0.64 0.48
Hex 2C CB 4F 4E 0 3D 14 85 40 30
Octal 54 313 117 116 0 75 24 205 100 60
Binary 101100 11001011 1001111 1001110 0 111101 10100 10000101 1000000 110000

Color Harmonies of #2CCB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCB4F

Black with #2CCB4F

Text Example


Text Example

White with #2CCB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,203,79); }

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

background-color css

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

 a { background-color: rgb(44,203,79); }

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

border-color css

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

 span { border-color: rgb(44,203,79); }

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