Html Css Color HEX #2DAC01 Kelly Green

📋 copy color: '#2DAC01'

red 45 ◦ green 172 ◦ blue 1

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

Shades of Kelly Green #2DAC01

Tints of Kelly Green #2DAC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 78.9%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 20.64%
G = 78.9%
B = 0.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#2DAC01 (or 0x2DAC01) is known color: Kelly Green. HEX triplet: 2D, AC and 01. RGB value is (45,172,1). Sum of RGB (Red+Green+Blue) = 45+172+1=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 172 (67.58% from 255 or 78.90% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAC01 is #D253FE. Grayscale: #737373. Windows color (decimal): -13784063 or 109613. OLE color: 109613.

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

Color convert

RGB 45 172 1 -
CMYK 0.74 0 0.99 0.33
HSL 104.56º 0.99% 0.34% -
HSV(B) 104.56º 0.99% 0.67% -
XYZ 15.84 30.07 5 -
YUV 114.53 63.92 78.4 -
System Red Green Blue C M Y K H S L
Decimal 45 172 1 0.74 0 0.99 0.33 104.56 0.99 0.34
Hex 2D AC 1 4A 0 63 21 69 63 22
Octal 55 254 1 112 0 143 41 151 143 42
Binary 101101 10101100 1 1001010 0 1100011 100001 1101001 1100011 100010

Color Harmonies of #2DAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAC01

Black with #2DAC01

Text Example


Text Example

White with #2DAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,172,1); }

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

background-color css

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

 a { background-color: rgb(45,172,1); }

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

border-color css

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

 span { border-color: rgb(45,172,1); }

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