Html Css Color HEX #2FB60F Kelly Green

📋 copy color: '#2FB60F'

red 47 ◦ green 182 ◦ blue 15

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

Shades of Kelly Green #2FB60F

Tints of Kelly Green #2FB60F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 74.59%

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

R = 19.26%
G = 74.59%
B = 6.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#2FB60F (or 0x2FB60F) is known color: Kelly Green. HEX triplet: 2F, B6 and 0F. RGB value is (47,182,15). Sum of RGB (Red+Green+Blue) = 47+182+15=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 182 (71.48% from 255 or 74.59% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB60F is #D049F0. Grayscale: #7B7B7B. Windows color (decimal): -13650417 or 1029679. OLE color: 1029679.

HSL color Cylindrical-coordinate representation of color #2FB60F: hue angle of 108.5º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FB60F is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 182 15 -
CMYK 0.74 0 0.92 0.29
HSL 108.5º 0.85% 0.39% -
HSV(B) 108.5º 0.92% 0.71% -
XYZ 17.99 34.09 6.08 -
YUV 122.6 67.27 74.08 -
System Red Green Blue C M Y K H S L
Decimal 47 182 15 0.74 0 0.92 0.29 108.5 0.85 0.39
Hex 2F B6 F 4A 0 5C 1D 6D 55 27
Octal 57 266 17 112 0 134 35 155 125 47
Binary 101111 10110110 1111 1001010 0 1011100 11101 1101101 1010101 100111

Color Harmonies of #2FB60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB60F

Black with #2FB60F

Text Example


Text Example

White with #2FB60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,182,15); }

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

background-color css

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

 a { background-color: rgb(47,182,15); }

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

border-color css

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

 span { border-color: rgb(47,182,15); }

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