Html Css Color HEX #2DAE03 Kelly Green

📋 copy color: '#2DAE03'

red 45 ◦ green 174 ◦ blue 3

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

Shades of Kelly Green #2DAE03

Tints of Kelly Green #2DAE03

RGB

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

 GREEN value IS 174 (68.36% from 255) = 78.38%

 BLUE value IS 3 (1.56% from 255) = 1.35%

R = 20.27%
G = 78.38%
B = 1.35%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#2DAE03 (or 0x2DAE03) is known color: Kelly Green. HEX triplet: 2D, AE and 03. RGB value is (45,174,3). Sum of RGB (Red+Green+Blue) = 45+174+3=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 174 (68.36% from 255 or 78.38% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAE03 is #D251FC. Grayscale: #747474. Windows color (decimal): -13783549 or 241197. OLE color: 241197.

HSL color Cylindrical-coordinate representation of color #2DAE03: hue angle of 105.26º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DAE03 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 45 174 3 -
CMYK 0.74 0 0.98 0.32
HSL 105.26º 0.97% 0.35% -
HSV(B) 105.26º 0.98% 0.68% -
XYZ 16.23 30.84 5.18 -
YUV 115.94 64.26 77.4 -
System Red Green Blue C M Y K H S L
Decimal 45 174 3 0.74 0 0.98 0.32 105.26 0.97 0.35
Hex 2D AE 3 4A 0 62 20 69 61 23
Octal 55 256 3 112 0 142 40 151 141 43
Binary 101101 10101110 11 1001010 0 1100010 100000 1101001 1100001 100011

Color Harmonies of #2DAE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAE03

Black with #2DAE03

Text Example


Text Example

White with #2DAE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,174,3); }

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

background-color css

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

 a { background-color: rgb(45,174,3); }

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

border-color css

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

 span { border-color: rgb(45,174,3); }

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