Html Css Color HEX #2DB317 Kelly Green

📋 copy color: '#2DB317'

red 45 ◦ green 179 ◦ blue 23

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

Shades of Kelly Green #2DB317

Tints of Kelly Green #2DB317

RGB

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

 GREEN value IS 179 (70.31% from 255) = 72.47%

 BLUE value IS 23 (9.38% from 255) = 9.31%

R = 18.22%
G = 72.47%
B = 9.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#2DB317 (or 0x2DB317) is known color: Kelly Green. HEX triplet: 2D, B3 and 17. RGB value is (45,179,23). Sum of RGB (Red+Green+Blue) = 45+179+23=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 179 (70.31% from 255 or 72.47% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB317 is #D24CE8. Grayscale: #797979. Windows color (decimal): -13782249 or 1553197. OLE color: 1553197.

HSL color Cylindrical-coordinate representation of color #2DB317: hue angle of 111.54º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DB317 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 179 23 -
CMYK 0.75 0 0.87 0.30
HSL 111.54º 0.77% 0.4% -
HSV(B) 111.54º 0.87% 0.7% -
XYZ 17.36 32.86 6.24 -
YUV 121.15 72.61 73.68 -
System Red Green Blue C M Y K H S L
Decimal 45 179 23 0.75 0 0.87 0.30 111.54 0.77 0.4
Hex 2D B3 17 4B 0 57 1E 70 4D 28
Octal 55 263 27 113 0 127 36 160 115 50
Binary 101101 10110011 10111 1001011 0 1010111 11110 1110000 1001101 101000

Color Harmonies of #2DB317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB317

Black with #2DB317

Text Example


Text Example

White with #2DB317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,179,23); }

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

background-color css

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

 a { background-color: rgb(45,179,23); }

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

border-color css

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

 span { border-color: rgb(45,179,23); }

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