#3CF33E

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

Shades of Lime Green #3CF33E

Tints of Lime Green #3CF33E

Color information

#3CF33E (or 0x3CF33E) is unknown color: approx Lime Green. HEX triplet: 3C, F3 and 3E. RGB value is (60,243,62). Sum of RGB (Red+Green+Blue) = 60+243+62=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 243 (95.31% from 255 or 66.58% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF33E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF33E is #C30CC1. Grayscale: #A8A8A8. Windows color (decimal): -12782786 or 4125500. OLE color: 4125500.

HSL color Cylindrical-coordinate representation of color #3CF33E: hue angle of 120.66º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF33E is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB6024362-
CMYK0.7500.740.05
HSL120.66º88.41%59.41%-
HSV(B)120.66º75.31%95.29%-
XYZ34.7865.4115.35-
YUV167.6568.3751.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.44%
GREEN value IS 243 (95.31% from 255) = 66.58%
BLUE value IS 62 (24.61% from 255) = 16.99%
R=16.44%
G=66.58%
B=16.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal60243620.7500.740.05120.6688.4159.41
Hex3CF33E4B04A579583b
Octal74363761130112517113073
Binary1111001111001111111010010110100101010111110011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,243,62); }

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

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

 a { background-color: rgb(60,243,62); }

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

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

 span { border-color: rgb(60,243,62); }

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