Html Css Color HEX #2DB506 Kelly Green

📋 copy color: '#2DB506'

red 45 ◦ green 181 ◦ blue 6

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

Shades of Kelly Green #2DB506

Tints of Kelly Green #2DB506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 19.4%
G = 78.02%
B = 2.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#2DB506 (or 0x2DB506) is known color: Kelly Green. HEX triplet: 2D, B5 and 06. RGB value is (45,181,6). Sum of RGB (Red+Green+Blue) = 45+181+6=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 181 (71.09% from 255 or 78.02% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB506 is #D24AF9. Grayscale: #787878. Windows color (decimal): -13781754 or 439597. OLE color: 439597.

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

Color convert

RGB 45 181 6 -
CMYK 0.75 0 0.97 0.29
HSL 106.63º 0.94% 0.37% -
HSV(B) 106.63º 0.97% 0.71% -
XYZ 17.64 33.62 5.73 -
YUV 120.39 63.44 74.23 -
System Red Green Blue C M Y K H S L
Decimal 45 181 6 0.75 0 0.97 0.29 106.63 0.94 0.37
Hex 2D B5 6 4B 0 61 1D 6B 5E 25
Octal 55 265 6 113 0 141 35 153 136 45
Binary 101101 10110101 110 1001011 0 1100001 11101 1101011 1011110 100101

Color Harmonies of #2DB506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB506

Black with #2DB506

Text Example


Text Example

White with #2DB506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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