Html Css Color HEX #2DB606 Kelly Green

📋 copy color: '#2DB606'

red 45 ◦ green 182 ◦ blue 6

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

Shades of Kelly Green #2DB606

Tints of Kelly Green #2DB606

RGB

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

 GREEN value IS 182 (71.48% from 255) = 78.11%

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

R = 19.31%
G = 78.11%
B = 2.58%

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

#2DB606 (or 0x2DB606) is known color: Kelly Green. HEX triplet: 2D, B6 and 06. RGB value is (45,182,6). Sum of RGB (Red+Green+Blue) = 45+182+6=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 182 (71.48% from 255 or 78.11% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB606 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB606 is #D249F9. Grayscale: #797979. Windows color (decimal): -13781498 or 439853. OLE color: 439853.

HSL color Cylindrical-coordinate representation of color #2DB606: hue angle of 106.7º 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 #2DB606 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 182 6 -
CMYK 0.75 0 0.97 0.29
HSL 106.7º 0.94% 0.37% -
HSV(B) 106.7º 0.97% 0.71% -
XYZ 17.84 34.03 5.8 -
YUV 120.97 63.11 73.81 -
System Red Green Blue C M Y K H S L
Decimal 45 182 6 0.75 0 0.97 0.29 106.7 0.94 0.37
Hex 2D B6 6 4B 0 61 1D 6B 5E 25
Octal 55 266 6 113 0 141 35 153 136 45
Binary 101101 10110110 110 1001011 0 1100001 11101 1101011 1011110 100101

Color Harmonies of #2DB606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB606

Black with #2DB606

Text Example


Text Example

White with #2DB606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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