Html Css Color HEX #2CCB16 Lime Green

📋 copy color: '#2CCB16'

red 44 ◦ green 203 ◦ blue 22

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

Shades of Lime Green #2CCB16

Tints of Lime Green #2CCB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 16.36%
G = 75.46%
B = 8.18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#2CCB16 (or 0x2CCB16) is known color: Lime Green. HEX triplet: 2C, CB and 16. RGB value is (44,203,22). Sum of RGB (Red+Green+Blue) = 44+203+22=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 203 (79.69% from 255 or 75.46% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCB16 is #D334E9. Grayscale: #878787. Windows color (decimal): -13841642 or 1493804. OLE color: 1493804.

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

Color convert

RGB 44 203 22 -
CMYK 0.78 0 0.89 0.20
HSL 112.71º 0.8% 0.44% -
HSV(B) 112.71º 0.89% 0.8% -
XYZ 22.54 43.31 7.93 -
YUV 134.83 64.32 63.22 -
System Red Green Blue C M Y K H S L
Decimal 44 203 22 0.78 0 0.89 0.20 112.71 0.8 0.44
Hex 2C CB 16 4E 0 59 14 71 50 2C
Octal 54 313 26 116 0 131 24 161 120 54
Binary 101100 11001011 10110 1001110 0 1011001 10100 1110001 1010000 101100

Color Harmonies of #2CCB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCB16

Black with #2CCB16

Text Example


Text Example

White with #2CCB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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