Html Css Color HEX #2DB706 Kelly Green

📋 copy color: '#2DB706'

red 45 ◦ green 183 ◦ blue 6

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

Shades of Kelly Green #2DB706

Tints of Kelly Green #2DB706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 78.21%

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

R = 19.23%
G = 78.21%
B = 2.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#2DB706 (or 0x2DB706) is known color: Kelly Green. HEX triplet: 2D, B7 and 06. RGB value is (45,183,6). Sum of RGB (Red+Green+Blue) = 45+183+6=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 183 (71.88% from 255 or 78.21% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB706 is #D248F9. Grayscale: #7A7A7A. Windows color (decimal): -13781242 or 440109. OLE color: 440109.

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

Color convert

RGB 45 183 6 -
CMYK 0.75 0 0.97 0.28
HSL 106.78º 0.94% 0.37% -
HSV(B) 106.78º 0.97% 0.72% -
XYZ 18.05 34.44 5.87 -
YUV 121.56 62.78 73.39 -
System Red Green Blue C M Y K H S L
Decimal 45 183 6 0.75 0 0.97 0.28 106.78 0.94 0.37
Hex 2D B7 6 4B 0 61 1C 6B 5E 25
Octal 55 267 6 113 0 141 34 153 136 45
Binary 101101 10110111 110 1001011 0 1100001 11100 1101011 1011110 100101

Color Harmonies of #2DB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB706

Black with #2DB706

Text Example


Text Example

White with #2DB706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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