#3FFF34

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

Shades of Lime Green #3FFF34

Tints of Lime Green #3FFF34

Color information

#3FFF34 (or 0x3FFF34) is unknown color: approx Lime Green. HEX triplet: 3F, FF and 34. RGB value is (63,255,52). Sum of RGB (Red+Green+Blue) = 63+255+52=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFF34 is #C000CB. Grayscale: #AFAFAF. Windows color (decimal): -12583116 or 3473215. OLE color: 3473215.

HSL color Cylindrical-coordinate representation of color #3FFF34: hue angle of 116.75º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FFF34 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB6325552-
CMYK0.7500.800
HSL116.75º100%60.2%-
HSV(B)116.75º79.61%100%-
XYZ38.4372.8215.28-
YUV174.4558.8948.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.03%
GREEN value IS 255 (100% from 255) = 68.92%
BLUE value IS 52 (20.70% from 255) = 14.05%
R=17.03%
G=68.92%
B=14.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal63255520.7500.800116.7510060.2
Hex3FFF344B050075643c
Octal77377641130120016514474
Binary11111111111111110100100101101010000011101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,255,52); }

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

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

 a { background-color: rgb(63,255,52); }

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

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

 span { border-color: rgb(63,255,52); }

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