#3FF435

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

Shades of Lime Green #3FF435

Tints of Lime Green #3FF435

Color information

#3FF435 (or 0x3FF435) is unknown color: approx Lime Green. HEX triplet: 3F, F4 and 35. RGB value is (63,244,53). Sum of RGB (Red+Green+Blue) = 63+244+53=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 244 (95.70% from 255 or 67.78% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF435 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF435 is #C00BCA. Grayscale: #A8A8A8. Windows color (decimal): -12585931 or 3535935. OLE color: 3535935.

HSL color Cylindrical-coordinate representation of color #3FF435: hue angle of 116.86º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FF435 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB6324453-
CMYK0.7400.780.04
HSL116.86º89.67%58.24%-
HSV(B)116.86º78.28%95.69%-
XYZ35.0466.0214.26-
YUV168.1163.0353.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.5%
GREEN value IS 244 (95.70% from 255) = 67.78%
BLUE value IS 53 (21.09% from 255) = 14.72%
R=17.5%
G=67.78%
B=14.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal63244530.7400.780.04116.8689.6758.24
Hex3FF4354A04E4755a3a
Octal77364651120116416513272
Binary1111111111010011010110010100100111010011101011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FF435; }

 p { color: rgb(63,244,53); }

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

<style>
 a { background-color: #3FF435; }

 a { background-color: rgb(63,244,53); }

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

<style>
 span { border-color: #3FF435; }

 span { border-color: rgb(63,244,53); }

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