#2FC335

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

Shades of Lime Green #2FC335

Tints of Lime Green #2FC335

Color information

#2FC335 (or 0x2FC335) is unknown color: approx Lime Green. HEX triplet: 2F, C3 and 35. RGB value is (47,195,53). Sum of RGB (Red+Green+Blue) = 47+195+53=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC335 is #D03CCA. Grayscale: #868686. Windows color (decimal): -13647051 or 3523375. OLE color: 3523375.

HSL color Cylindrical-coordinate representation of color #2FC335: hue angle of 122.43º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC335 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB4719553-
CMYK0.7600.730.24
HSL122.43º61.16%47.45%-
HSV(B)122.43º75.9%76.47%-
XYZ21.3339.899.94-
YUV134.5681.9765.55-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.93%
GREEN value IS 195 (76.56% from 255) = 66.10%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=15.93%
G=66.10%
B=17.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal47195530.7600.730.24122.4361.1647.45
Hex2FC3354C049187a3d2f
Octal57303651140111301727557
Binary10111111000011110101100110001001001110001111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,195,53); }

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

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

 a { background-color: rgb(47,195,53); }

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

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

 span { border-color: rgb(47,195,53); }

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