Html Css Color HEX #2DC80F Kelly Green

📋 copy color: '#2DC80F'

red 45 ◦ green 200 ◦ blue 15

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

Shades of Kelly Green #2DC80F

Tints of Kelly Green #2DC80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 76.92%

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

R = 17.31%
G = 76.92%
B = 5.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#2DC80F (or 0x2DC80F) is known color: Kelly Green. HEX triplet: 2D, C8 and 0F. RGB value is (45,200,15). Sum of RGB (Red+Green+Blue) = 45+200+15=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 200 (78.52% from 255 or 76.92% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC80F is #D237F0. Grayscale: #858585. Windows color (decimal): -13776881 or 1034285. OLE color: 1034285.

HSL color Cylindrical-coordinate representation of color #2DC80F: hue angle of 110.27º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DC80F is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 200 15 -
CMYK 0.78 0 0.92 0.22
HSL 110.27º 0.86% 0.42% -
HSV(B) 110.27º 0.93% 0.78% -
XYZ 21.82 41.9 7.39 -
YUV 132.57 61.65 65.54 -
System Red Green Blue C M Y K H S L
Decimal 45 200 15 0.78 0 0.92 0.22 110.27 0.86 0.42
Hex 2D C8 F 4E 0 5C 16 6E 56 2A
Octal 55 310 17 116 0 134 26 156 126 52
Binary 101101 11001000 1111 1001110 0 1011100 10110 1101110 1010110 101010

Color Harmonies of #2DC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC80F

Black with #2DC80F

Text Example


Text Example

White with #2DC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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