Html Css Color HEX #2DCD19 Lime Green

📋 copy color: '#2DCD19'

red 45 ◦ green 205 ◦ blue 25

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

Shades of Lime Green #2DCD19

Tints of Lime Green #2DCD19

RGB

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

 GREEN value IS 205 (80.47% from 255) = 74.55%

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

R = 16.36%
G = 74.55%
B = 9.09%

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

#2DCD19 (or 0x2DCD19) is known color: Lime Green. HEX triplet: 2D, CD and 19. RGB value is (45,205,25). Sum of RGB (Red+Green+Blue) = 45+205+25=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 205 (80.47% from 255 or 74.55% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCD19 is #D232E6. Grayscale: #898989. Windows color (decimal): -13775591 or 1690925. OLE color: 1690925.

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

Color convert

RGB 45 205 25 -
CMYK 0.78 0 0.88 0.20
HSL 113.33º 0.78% 0.45% -
HSV(B) 113.33º 0.88% 0.8% -
XYZ 23.09 44.29 8.25 -
YUV 136.64 64.99 62.64 -
System Red Green Blue C M Y K H S L
Decimal 45 205 25 0.78 0 0.88 0.20 113.33 0.78 0.45
Hex 2D CD 19 4E 0 58 14 71 4E 2D
Octal 55 315 31 116 0 130 24 161 116 55
Binary 101101 11001101 11001 1001110 0 1011000 10100 1110001 1001110 101101

Color Harmonies of #2DCD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCD19

Black with #2DCD19

Text Example


Text Example

White with #2DCD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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