Html Css Color HEX #2DA70F Kelly Green

📋 copy color: '#2DA70F'

red 45 ◦ green 167 ◦ blue 15

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

Shades of Kelly Green #2DA70F

Tints of Kelly Green #2DA70F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 73.57%

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 19.82%
G = 73.57%
B = 6.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#2DA70F (or 0x2DA70F) is known color: Kelly Green. HEX triplet: 2D, A7 and 0F. RGB value is (45,167,15). Sum of RGB (Red+Green+Blue) = 45+167+15=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 167 (65.62% from 255 or 73.57% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA70F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA70F is #D258F0. Grayscale: #717171. Windows color (decimal): -13785329 or 1025837. OLE color: 1025837.

HSL color Cylindrical-coordinate representation of color #2DA70F: hue angle of 108.16º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DA70F is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 45 167 15 -
CMYK 0.73 0 0.91 0.35
HSL 108.16º 0.84% 0.36% -
HSV(B) 108.16º 0.91% 0.65% -
XYZ 14.99 28.23 5.11 -
YUV 113.19 72.58 79.36 -
System Red Green Blue C M Y K H S L
Decimal 45 167 15 0.73 0 0.91 0.35 108.16 0.84 0.36
Hex 2D A7 F 49 0 5B 23 6C 54 24
Octal 55 247 17 111 0 133 43 154 124 44
Binary 101101 10100111 1111 1001001 0 1011011 100011 1101100 1010100 100100

Color Harmonies of #2DA70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA70F

Black with #2DA70F

Text Example


Text Example

White with #2DA70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,167,15); }

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

background-color css

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

 a { background-color: rgb(45,167,15); }

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

border-color css

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

 span { border-color: rgb(45,167,15); }

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