Html Css Color HEX #2DA600 Kelly Green

📋 copy color: '#2DA600'

red 45 ◦ green 166 ◦ blue 0

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

Shades of Kelly Green #2DA600

Tints of Kelly Green #2DA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 78.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.33%
G = 78.67%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#2DA600 (or 0x2DA600) is known color: Kelly Green. HEX triplet: 2D, A6 and 00. RGB value is (45,166,0). Sum of RGB (Red+Green+Blue) = 45+166+0=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 166 (65.23% from 255 or 78.67% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA600 is #D259FF. Grayscale: #6F6F6F. Windows color (decimal): -13785600 or 42541. OLE color: 42541.

HSL color Cylindrical-coordinate representation of color #2DA600: hue angle of 103.73º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2DA600 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 45 166 0 -
CMYK 0.73 0 1 0.35
HSL 103.73º 1% 0.33% -
HSV(B) 103.73º 1% 0.65% -
XYZ 14.72 27.83 4.6 -
YUV 110.9 65.41 81 -
System Red Green Blue C M Y K H S L
Decimal 45 166 0 0.73 0 1 0.35 103.73 1 0.33
Hex 2D A6 0 49 0 64 23 68 64 21
Octal 55 246 0 111 0 144 43 150 144 41
Binary 101101 10100110 0 1001001 0 1100100 100011 1101000 1100100 100001

Color Harmonies of #2DA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA600

Black with #2DA600

Text Example


Text Example

White with #2DA600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,166,0); }

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

background-color css

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

 a { background-color: rgb(45,166,0); }

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

border-color css

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

 span { border-color: rgb(45,166,0); }

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