Html Css Color HEX #2CCB18 Lime Green

📋 copy color: '#2CCB18'

red 44 ◦ green 203 ◦ blue 24

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

Shades of Lime Green #2CCB18

Tints of Lime Green #2CCB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.86%

R = 16.24%
G = 74.91%
B = 8.86%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#2CCB18 (or 0x2CCB18) is known color: Lime Green. HEX triplet: 2C, CB and 18. RGB value is (44,203,24). Sum of RGB (Red+Green+Blue) = 44+203+24=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 203 (79.69% from 255 or 74.91% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCB18 is #D334E7. Grayscale: #878787. Windows color (decimal): -13841640 or 1624876. OLE color: 1624876.

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

Color convert

RGB 44 203 24 -
CMYK 0.78 0 0.88 0.20
HSL 113.3º 0.79% 0.45% -
HSV(B) 113.3º 0.88% 0.8% -
XYZ 22.56 43.31 8.04 -
YUV 135.05 65.32 63.05 -
System Red Green Blue C M Y K H S L
Decimal 44 203 24 0.78 0 0.88 0.20 113.3 0.79 0.45
Hex 2C CB 18 4E 0 58 14 71 4F 2D
Octal 54 313 30 116 0 130 24 161 117 55
Binary 101100 11001011 11000 1001110 0 1011000 10100 1110001 1001111 101101

Color Harmonies of #2CCB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCB18

Black with #2CCB18

Text Example


Text Example

White with #2CCB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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