Html Css Color HEX #2CCB19 Lime Green

📋 copy color: '#2CCB19'

red 44 ◦ green 203 ◦ blue 25

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

Shades of Lime Green #2CCB19

Tints of Lime Green #2CCB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.19%

R = 16.18%
G = 74.63%
B = 9.19%

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

#2CCB19 (or 0x2CCB19) is known color: Lime Green. HEX triplet: 2C, CB and 19. RGB value is (44,203,25). Sum of RGB (Red+Green+Blue) = 44+203+25=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 203 (79.69% from 255 or 74.63% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCB19 is #D334E6. Grayscale: #878787. Windows color (decimal): -13841639 or 1690412. OLE color: 1690412.

HSL color Cylindrical-coordinate representation of color #2CCB19: hue angle of 113.6º degrees, saturation: 0.78, 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 #2CCB19 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 203 25 -
CMYK 0.78 0 0.88 0.20
HSL 113.6º 0.78% 0.45% -
HSV(B) 113.6º 0.88% 0.8% -
XYZ 22.57 43.32 8.09 -
YUV 135.17 65.82 62.97 -
System Red Green Blue C M Y K H S L
Decimal 44 203 25 0.78 0 0.88 0.20 113.6 0.78 0.45
Hex 2C CB 19 4E 0 58 14 72 4E 2D
Octal 54 313 31 116 0 130 24 162 116 55
Binary 101100 11001011 11001 1001110 0 1011000 10100 1110010 1001110 101101

Color Harmonies of #2CCB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCB19

Black with #2CCB19

Text Example


Text Example

White with #2CCB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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