Html Css Color HEX #2DCC19 Lime Green

📋 copy color: '#2DCC19'

red 45 ◦ green 204 ◦ blue 25

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

Shades of Lime Green #2DCC19

Tints of Lime Green #2DCC19

RGB

 RED value IS 45 (17.97% from 255) = 16.42%

 GREEN value IS 204 (80.08% from 255) = 74.45%

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

R = 16.42%
G = 74.45%
B = 9.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#2DCC19 (or 0x2DCC19) is known color: Lime Green. HEX triplet: 2D, CC and 19. RGB value is (45,204,25). Sum of RGB (Red+Green+Blue) = 45+204+25=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 204 (80.08% from 255 or 74.45% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCC19 is #D233E6. Grayscale: #888888. Windows color (decimal): -13775847 or 1690669. OLE color: 1690669.

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

Color convert

RGB 45 204 25 -
CMYK 0.78 0 0.88 0.2
HSL 113.3º 0.78% 0.45% -
HSV(B) 113.3º 0.88% 0.8% -
XYZ 22.85 43.81 8.17 -
YUV 136.05 65.32 63.05 -
System Red Green Blue C M Y K H S L
Decimal 45 204 25 0.78 0 0.88 0.2 113.3 0.78 0.45
Hex 2D CC 19 4E 0 58 14 71 4E 2D
Octal 55 314 31 116 0 130 24 161 116 55
Binary 101101 11001100 11001 1001110 0 1011000 10100 1110001 1001110 101101

Color Harmonies of #2DCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCC19

Black with #2DCC19

Text Example


Text Example

White with #2DCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,204,25); }

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

background-color css

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

 a { background-color: rgb(45,204,25); }

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

border-color css

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

 span { border-color: rgb(45,204,25); }

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