Html Css Color HEX #2DAF01 Kelly Green

📋 copy color: '#2DAF01'

red 45 ◦ green 175 ◦ blue 1

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

Shades of Kelly Green #2DAF01

Tints of Kelly Green #2DAF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 79.19%

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

R = 20.36%
G = 79.19%
B = 0.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#2DAF01 (or 0x2DAF01) is known color: Kelly Green. HEX triplet: 2D, AF and 01. RGB value is (45,175,1). Sum of RGB (Red+Green+Blue) = 45+175+1=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 175 (68.75% from 255 or 79.19% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAF01 is #D250FE. Grayscale: #747474. Windows color (decimal): -13783295 or 110381. OLE color: 110381.

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

Color convert

RGB 45 175 1 -
CMYK 0.74 0 0.99 0.31
HSL 104.83º 0.99% 0.35% -
HSV(B) 104.83º 0.99% 0.69% -
XYZ 16.42 31.22 5.19 -
YUV 116.29 62.93 77.15 -
System Red Green Blue C M Y K H S L
Decimal 45 175 1 0.74 0 0.99 0.31 104.83 0.99 0.35
Hex 2D AF 1 4A 0 63 1F 69 63 23
Octal 55 257 1 112 0 143 37 151 143 43
Binary 101101 10101111 1 1001010 0 1100011 11111 1101001 1100011 100011

Color Harmonies of #2DAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAF01

Black with #2DAF01

Text Example


Text Example

White with #2DAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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