Html Css Color HEX #2FBC0F Kelly Green

📋 copy color: '#2FBC0F'

red 47 ◦ green 188 ◦ blue 15

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

Shades of Kelly Green #2FBC0F

Tints of Kelly Green #2FBC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 75.2%

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

R = 18.8%
G = 75.2%
B = 6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#2FBC0F (or 0x2FBC0F) is known color: Kelly Green. HEX triplet: 2F, BC and 0F. RGB value is (47,188,15). Sum of RGB (Red+Green+Blue) = 47+188+15=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 188 (73.83% from 255 or 75.2% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBC0F is #D043F0. Grayscale: #7E7E7E. Windows color (decimal): -13648881 or 1031215. OLE color: 1031215.

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

Color convert

RGB 47 188 15 -
CMYK 0.75 0 0.92 0.26
HSL 108.9º 0.85% 0.4% -
HSV(B) 108.9º 0.92% 0.74% -
XYZ 19.24 36.61 6.5 -
YUV 126.12 65.29 71.57 -
System Red Green Blue C M Y K H S L
Decimal 47 188 15 0.75 0 0.92 0.26 108.9 0.85 0.4
Hex 2F BC F 4B 0 5C 1A 6D 55 28
Octal 57 274 17 113 0 134 32 155 125 50
Binary 101111 10111100 1111 1001011 0 1011100 11010 1101101 1010101 101000

Color Harmonies of #2FBC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBC0F

Black with #2FBC0F

Text Example


Text Example

White with #2FBC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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