Html Css Color HEX #2DA304 Kelly Green

📋 copy color: '#2DA304'

red 45 ◦ green 163 ◦ blue 4

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

Shades of Kelly Green #2DA304

Tints of Kelly Green #2DA304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 76.89%

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 21.23%
G = 76.89%
B = 1.89%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#2DA304 (or 0x2DA304) is known color: Kelly Green. HEX triplet: 2D, A3 and 04. RGB value is (45,163,4). Sum of RGB (Red+Green+Blue) = 45+163+4=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 163 (64.06% from 255 or 76.89% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA304 is #D25CFB. Grayscale: #6E6E6E. Windows color (decimal): -13786364 or 303917. OLE color: 303917.

HSL color Cylindrical-coordinate representation of color #2DA304: hue angle of 104.53º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DA304 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 45 163 4 -
CMYK 0.72 0 0.98 0.36
HSL 104.53º 0.95% 0.33% -
HSV(B) 104.53º 0.98% 0.64% -
XYZ 14.2 26.76 4.53 -
YUV 109.59 68.41 81.93 -
System Red Green Blue C M Y K H S L
Decimal 45 163 4 0.72 0 0.98 0.36 104.53 0.95 0.33
Hex 2D A3 4 48 0 62 24 69 5F 21
Octal 55 243 4 110 0 142 44 151 137 41
Binary 101101 10100011 100 1001000 0 1100010 100100 1101001 1011111 100001

Color Harmonies of #2DA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA304

Black with #2DA304

Text Example


Text Example

White with #2DA304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,163,4); }

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

background-color css

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

 a { background-color: rgb(45,163,4); }

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

border-color css

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

 span { border-color: rgb(45,163,4); }

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