Html Css Color HEX #2DA80F Kelly Green

📋 copy color: '#2DA80F'

red 45 ◦ green 168 ◦ blue 15

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

Shades of Kelly Green #2DA80F

Tints of Kelly Green #2DA80F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 73.68%

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

R = 19.74%
G = 73.68%
B = 6.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#2DA80F (or 0x2DA80F) is known color: Kelly Green. HEX triplet: 2D, A8 and 0F. RGB value is (45,168,15). Sum of RGB (Red+Green+Blue) = 45+168+15=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 168 (66.02% from 255 or 73.68% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 168 - color contains mainly: green. Hex color #2DA80F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA80F is #D257F0. Grayscale: #727272. Windows color (decimal): -13785073 or 1026093. OLE color: 1026093.

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

Color convert

RGB 45 168 15 -
CMYK 0.73 0 0.91 0.34
HSL 108.24º 0.84% 0.36% -
HSV(B) 108.24º 0.91% 0.66% -
XYZ 15.17 28.6 5.17 -
YUV 113.78 72.25 78.94 -
System Red Green Blue C M Y K H S L
Decimal 45 168 15 0.73 0 0.91 0.34 108.24 0.84 0.36
Hex 2D A8 F 49 0 5B 22 6C 54 24
Octal 55 250 17 111 0 133 42 154 124 44
Binary 101101 10101000 1111 1001001 0 1011011 100010 1101100 1010100 100100

Color Harmonies of #2DA80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA80F

Black with #2DA80F

Text Example


Text Example

White with #2DA80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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