#2FBE0F

Color #2FBE0F Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2FBE0F

Tints of Kelly Green #2FBE0F

Color information

#2FBE0F (or 0x2FBE0F) is unknown color: approx Kelly Green. HEX triplet: 2F, BE and 0F. RGB value is (47,190,15). Sum of RGB (Red+Green+Blue) = 47+190+15=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 190 (74.61% from 255 or 75.40% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBE0F is #D041F0. Grayscale: #7F7F7F. Windows color (decimal): -13648369 or 1031727. OLE color: 1031727.

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

Color convert

RGB4719015-
CMYK0.7500.920.25
HSL109.03º85.37%40.2%-
HSV(B)109.03º92.11%74.51%-
XYZ19.6737.476.65-
YUV127.2964.6270.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 190 (74.61% from 255) = 75.40%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=18.65%
G=75.40%
B=5.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal47190150.7500.920.25109.0385.3740.2
Hex2FBEF4B05C196d5528
Octal572761711301343115512550
Binary1011111011111011111001011010111001100111011011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FBE0F;
 }
 .AnyTagClassName
 {
   color: #2FBE0F;
 }
</style>
background-color css

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

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

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

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

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

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