Html Css Color HEX #2DB810 Kelly Green

📋 copy color: '#2DB810'

red 45 ◦ green 184 ◦ blue 16

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

Shades of Kelly Green #2DB810

Tints of Kelly Green #2DB810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 18.37%
G = 75.1%
B = 6.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#2DB810 (or 0x2DB810) is known color: Kelly Green. HEX triplet: 2D, B8 and 10. RGB value is (45,184,16). Sum of RGB (Red+Green+Blue) = 45+184+16=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 184 (72.27% from 255 or 75.10% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 184 - color contains mainly: green. Hex color #2DB810 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB810 is #D247EF. Grayscale: #7B7B7B. Windows color (decimal): -13780976 or 1095725. OLE color: 1095725.

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

Color convert

RGB 45 184 16 -
CMYK 0.76 0 0.91 0.28
HSL 109.64º 0.84% 0.39% -
HSV(B) 109.64º 0.91% 0.72% -
XYZ 18.32 34.88 6.26 -
YUV 123.29 67.45 72.16 -
System Red Green Blue C M Y K H S L
Decimal 45 184 16 0.76 0 0.91 0.28 109.64 0.84 0.39
Hex 2D B8 10 4C 0 5B 1C 6E 54 27
Octal 55 270 20 114 0 133 34 156 124 47
Binary 101101 10111000 10000 1001100 0 1011011 11100 1101110 1010100 100111

Color Harmonies of #2DB810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB810

Black with #2DB810

Text Example


Text Example

White with #2DB810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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