Html Css Color HEX #2DCF19 Lime Green

📋 copy color: '#2DCF19'

red 45 ◦ green 207 ◦ blue 25

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

Shades of Lime Green #2DCF19

Tints of Lime Green #2DCF19

RGB

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

 GREEN value IS 207 (81.25% from 255) = 74.73%

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

R = 16.25%
G = 74.73%
B = 9.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#2DCF19 (or 0x2DCF19) is known color: Lime Green. HEX triplet: 2D, CF and 19. RGB value is (45,207,25). Sum of RGB (Red+Green+Blue) = 45+207+25=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 207 (81.25% from 255 or 74.73% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCF19 is #D230E6. Grayscale: #8A8A8A. Windows color (decimal): -13775079 or 1691437. OLE color: 1691437.

HSL color Cylindrical-coordinate representation of color #2DCF19: hue angle of 113.41º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DCF19 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 207 25 -
CMYK 0.78 0 0.88 0.19
HSL 113.41º 0.78% 0.45% -
HSV(B) 113.41º 0.88% 0.81% -
XYZ 23.57 45.25 8.41 -
YUV 137.81 64.33 61.8 -
System Red Green Blue C M Y K H S L
Decimal 45 207 25 0.78 0 0.88 0.19 113.41 0.78 0.45
Hex 2D CF 19 4E 0 58 13 71 4E 2D
Octal 55 317 31 116 0 130 23 161 116 55
Binary 101101 11001111 11001 1001110 0 1011000 10011 1110001 1001110 101101

Color Harmonies of #2DCF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF19

Black with #2DCF19

Text Example


Text Example

White with #2DCF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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