Html Css Color HEX #2DB516 Kelly Green

📋 copy color: '#2DB516'

red 45 ◦ green 181 ◦ blue 22

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

Shades of Kelly Green #2DB516

Tints of Kelly Green #2DB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 72.98%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 18.15%
G = 72.98%
B = 8.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#2DB516 (or 0x2DB516) is known color: Kelly Green. HEX triplet: 2D, B5 and 16. RGB value is (45,181,22). Sum of RGB (Red+Green+Blue) = 45+181+22=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 181 (71.09% from 255 or 72.98% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB516 is #D24AE9. Grayscale: #7A7A7A. Windows color (decimal): -13781738 or 1488173. OLE color: 1488173.

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

Color convert

RGB 45 181 22 -
CMYK 0.75 0 0.88 0.29
HSL 111.32º 0.78% 0.4% -
HSV(B) 111.32º 0.88% 0.71% -
XYZ 17.75 33.66 6.32 -
YUV 122.21 71.44 72.93 -
System Red Green Blue C M Y K H S L
Decimal 45 181 22 0.75 0 0.88 0.29 111.32 0.78 0.4
Hex 2D B5 16 4B 0 58 1D 6F 4E 28
Octal 55 265 26 113 0 130 35 157 116 50
Binary 101101 10110101 10110 1001011 0 1011000 11101 1101111 1001110 101000

Color Harmonies of #2DB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB516

Black with #2DB516

Text Example


Text Example

White with #2DB516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,181,22); }

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

background-color css

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

 a { background-color: rgb(45,181,22); }

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

border-color css

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

 span { border-color: rgb(45,181,22); }

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