#3EFC35

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

Shades of Lime Green #3EFC35

Tints of Lime Green #3EFC35

Color information

#3EFC35 (or 0x3EFC35) is unknown color: approx Lime Green. HEX triplet: 3E, FC and 35. RGB value is (62,252,53). Sum of RGB (Red+Green+Blue) = 62+252+53=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 252 (98.83% from 255 or 68.66% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFC35 is #C103CA. Grayscale: #ADADAD. Windows color (decimal): -12649419 or 3537982. OLE color: 3537982.

HSL color Cylindrical-coordinate representation of color #3EFC35: hue angle of 117.29º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3EFC35 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB6225253-
CMYK0.7500.790.01
HSL117.29º97.07%59.8%-
HSV(B)117.29º78.97%98.82%-
XYZ37.4470.915.08-
YUV172.560.5549.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.89%
GREEN value IS 252 (98.83% from 255) = 68.66%
BLUE value IS 53 (21.09% from 255) = 14.44%
R=16.89%
G=68.66%
B=14.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal62252530.7500.790.01117.2997.0759.8
Hex3EFC354B04F175613c
Octal76374651130117116514174
Binary11111011111100110101100101101001111111101011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,252,53); }

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

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

 a { background-color: rgb(62,252,53); }

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

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

 span { border-color: rgb(62,252,53); }

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