Html Css Color HEX #2DB406 Kelly Green

📋 copy color: '#2DB406'

red 45 ◦ green 180 ◦ blue 6

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

Shades of Kelly Green #2DB406

Tints of Kelly Green #2DB406

RGB

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

 GREEN value IS 180 (70.7% from 255) = 77.92%

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

R = 19.48%
G = 77.92%
B = 2.6%

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

#2DB406 (or 0x2DB406) is known color: Kelly Green. HEX triplet: 2D, B4 and 06. RGB value is (45,180,6). Sum of RGB (Red+Green+Blue) = 45+180+6=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 180 (70.70% from 255 or 77.92% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB406 is #D24BF9. Grayscale: #787878. Windows color (decimal): -13782010 or 439341. OLE color: 439341.

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

Color convert

RGB 45 180 6 -
CMYK 0.75 0 0.97 0.29
HSL 106.55º 0.94% 0.36% -
HSV(B) 106.55º 0.97% 0.71% -
XYZ 17.44 33.21 5.66 -
YUV 119.8 63.77 74.65 -
System Red Green Blue C M Y K H S L
Decimal 45 180 6 0.75 0 0.97 0.29 106.55 0.94 0.36
Hex 2D B4 6 4B 0 61 1D 6B 5E 24
Octal 55 264 6 113 0 141 35 153 136 44
Binary 101101 10110100 110 1001011 0 1100001 11101 1101011 1011110 100100

Color Harmonies of #2DB406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB406

Black with #2DB406

Text Example


Text Example

White with #2DB406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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