Html Css Color HEX #2DAB00 Kelly Green

📋 copy color: '#2DAB00'

red 45 ◦ green 171 ◦ blue 0

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

Shades of Kelly Green #2DAB00

Tints of Kelly Green #2DAB00

RGB

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

 GREEN value IS 171 (67.19% from 255) = 79.17%

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

R = 20.83%
G = 79.17%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#2DAB00 (or 0x2DAB00) is known color: Kelly Green. HEX triplet: 2D, AB and 00. RGB value is (45,171,0). Sum of RGB (Red+Green+Blue) = 45+171+0=216 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.83% from 216); Green value is 171 (67.19% from 255 or 79.17% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAB00 is #D254FF. Grayscale: #727272. Windows color (decimal): -13784320 or 43821. OLE color: 43821.

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

Color convert

RGB 45 171 0 -
CMYK 0.74 0 1 0.33
HSL 104.21º 1% 0.34% -
HSV(B) 104.21º 1% 0.67% -
XYZ 15.65 29.68 4.9 -
YUV 113.83 63.76 78.9 -
System Red Green Blue C M Y K H S L
Decimal 45 171 0 0.74 0 1 0.33 104.21 1 0.34
Hex 2D AB 0 4A 0 64 21 68 64 22
Octal 55 253 0 112 0 144 41 150 144 42
Binary 101101 10101011 0 1001010 0 1100100 100001 1101000 1100100 100010

Color Harmonies of #2DAB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAB00

Black with #2DAB00

Text Example


Text Example

White with #2DAB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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