Html Css Color HEX #2DB119 Kelly Green

📋 copy color: '#2DB119'

red 45 ◦ green 177 ◦ blue 25

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

Shades of Kelly Green #2DB119

Tints of Kelly Green #2DB119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 71.66%

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

R = 18.22%
G = 71.66%
B = 10.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#2DB119 (or 0x2DB119) is known color: Kelly Green. HEX triplet: 2D, B1 and 19. RGB value is (45,177,25). Sum of RGB (Red+Green+Blue) = 45+177+25=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 177 (69.53% from 255 or 71.66% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB119 is #D24EE6. Grayscale: #787878. Windows color (decimal): -13782759 or 1683757. OLE color: 1683757.

HSL color Cylindrical-coordinate representation of color #2DB119: hue angle of 112.11º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DB119 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 177 25 -
CMYK 0.75 0 0.86 0.31
HSL 112.11º 0.75% 0.4% -
HSV(B) 112.11º 0.86% 0.69% -
XYZ 16.98 32.07 6.22 -
YUV 120.2 74.27 74.36 -
System Red Green Blue C M Y K H S L
Decimal 45 177 25 0.75 0 0.86 0.31 112.11 0.75 0.4
Hex 2D B1 19 4B 0 56 1F 70 4B 28
Octal 55 261 31 113 0 126 37 160 113 50
Binary 101101 10110001 11001 1001011 0 1010110 11111 1110000 1001011 101000

Color Harmonies of #2DB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB119

Black with #2DB119

Text Example


Text Example

White with #2DB119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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