Html Css Color HEX #2DC019 Lime Green

📋 copy color: '#2DC019'

red 45 ◦ green 192 ◦ blue 25

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

Shades of Lime Green #2DC019

Tints of Lime Green #2DC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 73.28%

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

R = 17.18%
G = 73.28%
B = 9.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#2DC019 (or 0x2DC019) is known color: Lime Green. HEX triplet: 2D, C0 and 19. RGB value is (45,192,25). Sum of RGB (Red+Green+Blue) = 45+192+25=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC019 is #D23FE6. Grayscale: #818181. Windows color (decimal): -13778919 or 1687597. OLE color: 1687597.

HSL color Cylindrical-coordinate representation of color #2DC019: hue angle of 112.81º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DC019 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 25 -
CMYK 0.77 0 0.87 0.25
HSL 112.81º 0.77% 0.43% -
HSV(B) 112.81º 0.87% 0.75% -
XYZ 20.11 38.33 7.26 -
YUV 129.01 69.3 68.08 -
System Red Green Blue C M Y K H S L
Decimal 45 192 25 0.77 0 0.87 0.25 112.81 0.77 0.43
Hex 2D C0 19 4D 0 57 19 71 4D 2B
Octal 55 300 31 115 0 127 31 161 115 53
Binary 101101 11000000 11001 1001101 0 1010111 11001 1110001 1001101 101011

Color Harmonies of #2DC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC019

Black with #2DC019

Text Example


Text Example

White with #2DC019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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