Html Css Color HEX #2FD70A Kelly Green

📋 copy color: '#2FD70A'

red 47 ◦ green 215 ◦ blue 10

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

Shades of Kelly Green #2FD70A

Tints of Kelly Green #2FD70A

RGB

 RED value IS 47 (18.75% from 255) = 17.28%

 GREEN value IS 215 (84.38% from 255) = 79.04%

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 17.28%
G = 79.04%
B = 3.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#2FD70A (or 0x2FD70A) is known color: Kelly Green. HEX triplet: 2F, D7 and 0A. RGB value is (47,215,10). Sum of RGB (Red+Green+Blue) = 47+215+10=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 215 (84.38% from 255 or 79.04% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD70A is #D028F5. Grayscale: #8E8E8E. Windows color (decimal): -13641974 or 710447. OLE color: 710447.

HSL color Cylindrical-coordinate representation of color #2FD70A: hue angle of 109.17º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FD70A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 215 10 -
CMYK 0.78 0 0.95 0.16
HSL 109.17º 0.91% 0.44% -
HSV(B) 109.17º 0.95% 0.84% -
XYZ 25.53 49.23 8.44 -
YUV 141.4 53.84 60.67 -
System Red Green Blue C M Y K H S L
Decimal 47 215 10 0.78 0 0.95 0.16 109.17 0.91 0.44
Hex 2F D7 A 4E 0 5F 10 6D 5B 2C
Octal 57 327 12 116 0 137 20 155 133 54
Binary 101111 11010111 1010 1001110 0 1011111 10000 1101101 1011011 101100

Color Harmonies of #2FD70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD70A

Black with #2FD70A

Text Example


Text Example

White with #2FD70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,215,10); }

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

background-color css

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

 a { background-color: rgb(47,215,10); }

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

border-color css

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

 span { border-color: rgb(47,215,10); }

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