Html Css Color HEX #2DC819 Lime Green

📋 copy color: '#2DC819'

red 45 ◦ green 200 ◦ blue 25

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

Shades of Lime Green #2DC819

Tints of Lime Green #2DC819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 74.07%

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

R = 16.67%
G = 74.07%
B = 9.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#2DC819 (or 0x2DC819) is known color: Lime Green. HEX triplet: 2D, C8 and 19. RGB value is (45,200,25). Sum of RGB (Red+Green+Blue) = 45+200+25=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 200 (78.52% from 255 or 74.07% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC819 is #D237E6. Grayscale: #868686. Windows color (decimal): -13776871 or 1689645. OLE color: 1689645.

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

Color convert

RGB 45 200 25 -
CMYK 0.78 0 0.88 0.22
HSL 113.14º 0.78% 0.44% -
HSV(B) 113.14º 0.88% 0.78% -
XYZ 21.91 41.94 7.86 -
YUV 133.71 66.65 64.73 -
System Red Green Blue C M Y K H S L
Decimal 45 200 25 0.78 0 0.88 0.22 113.14 0.78 0.44
Hex 2D C8 19 4E 0 58 16 71 4E 2C
Octal 55 310 31 116 0 130 26 161 116 54
Binary 101101 11001000 11001 1001110 0 1011000 10110 1110001 1001110 101100

Color Harmonies of #2DC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC819

Black with #2DC819

Text Example


Text Example

White with #2DC819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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