#2FB905

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

Shades of Kelly Green #2FB905

Tints of Kelly Green #2FB905

Color information

#2FB905 (or 0x2FB905) is unknown color: approx Kelly Green. HEX triplet: 2F, B9 and 05. RGB value is (47,185,5). Sum of RGB (Red+Green+Blue) = 47+185+5=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 185 (72.66% from 255 or 78.06% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB905 is #D046FA. Grayscale: #7B7B7B. Windows color (decimal): -13649659 or 375087. OLE color: 375087.

HSL color Cylindrical-coordinate representation of color #2FB905: hue angle of 106º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FB905 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB471855-
CMYK0.7500.970.27
HSL106º94.74%37.25%-
HSV(B)106º97.3%72.55%-
XYZ18.5535.315.98-
YUV123.2261.2873.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 185 (72.66% from 255) = 78.06%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=19.83%
G=78.06%
B=2.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4718550.7500.970.2710694.7437.25
Hex2FB954B0611B6a5f25
Octal57271511301413315213745
Binary101111101110011011001011011000011101111010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,185,5); }

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

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

 a { background-color: rgb(47,185,5); }

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

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

 span { border-color: rgb(47,185,5); }

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