Html Css Color HEX #2DB819 Lime Green

📋 copy color: '#2DB819'

red 45 ◦ green 184 ◦ blue 25

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

Shades of Lime Green #2DB819

Tints of Lime Green #2DB819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 72.44%

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

R = 17.72%
G = 72.44%
B = 9.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#2DB819 (or 0x2DB819) is known color: Lime Green. HEX triplet: 2D, B8 and 19. RGB value is (45,184,25). Sum of RGB (Red+Green+Blue) = 45+184+25=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 184 (72.27% from 255 or 72.44% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB819 is #D247E6. Grayscale: #7C7C7C. Windows color (decimal): -13780967 or 1685549. OLE color: 1685549.

HSL color Cylindrical-coordinate representation of color #2DB819: hue angle of 112.45º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DB819 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 184 25 -
CMYK 0.76 0 0.86 0.28
HSL 112.45º 0.76% 0.41% -
HSV(B) 112.45º 0.86% 0.72% -
XYZ 18.4 34.91 6.69 -
YUV 124.31 71.95 71.43 -
System Red Green Blue C M Y K H S L
Decimal 45 184 25 0.76 0 0.86 0.28 112.45 0.76 0.41
Hex 2D B8 19 4C 0 56 1C 70 4C 29
Octal 55 270 31 114 0 126 34 160 114 51
Binary 101101 10111000 11001 1001100 0 1010110 11100 1110000 1001100 101001

Color Harmonies of #2DB819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB819

Black with #2DB819

Text Example


Text Example

White with #2DB819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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