Html Css Color HEX #2CDB19 Lime Green

📋 copy color: '#2CDB19'

red 44 ◦ green 219 ◦ blue 25

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

Shades of Lime Green #2CDB19

Tints of Lime Green #2CDB19

RGB

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

 GREEN value IS 219 (85.94% from 255) = 76.04%

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

R = 15.28%
G = 76.04%
B = 8.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#2CDB19 (or 0x2CDB19) is known color: Lime Green. HEX triplet: 2C, DB and 19. RGB value is (44,219,25). Sum of RGB (Red+Green+Blue) = 44+219+25=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 219 (85.94% from 255 or 76.04% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDB19 is #D324E6. Grayscale: #919191. Windows color (decimal): -13837543 or 1694508. OLE color: 1694508.

HSL color Cylindrical-coordinate representation of color #2CDB19: hue angle of 114.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CDB19 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 219 25 -
CMYK 0.80 0 0.89 0.14
HSL 114.12º 0.8% 0.48% -
HSV(B) 114.12º 0.89% 0.86% -
XYZ 26.55 51.27 9.42 -
YUV 144.56 60.52 56.27 -
System Red Green Blue C M Y K H S L
Decimal 44 219 25 0.80 0 0.89 0.14 114.12 0.8 0.48
Hex 2C DB 19 50 0 59 E 72 50 30
Octal 54 333 31 120 0 131 16 162 120 60
Binary 101100 11011011 11001 1010000 0 1011001 1110 1110010 1010000 110000

Color Harmonies of #2CDB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDB19

Black with #2CDB19

Text Example


Text Example

White with #2CDB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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