#34FF3E

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

Shades of Lime Green #34FF3E

Tints of Lime Green #34FF3E

Color information

#34FF3E (or 0x34FF3E) is unknown color: approx Lime Green. HEX triplet: 34, FF and 3E. RGB value is (52,255,62). Sum of RGB (Red+Green+Blue) = 52+255+62=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FF3E is #CB00C1. Grayscale: #ACACAC. Windows color (decimal): -13304002 or 4128564. OLE color: 4128564.

HSL color Cylindrical-coordinate representation of color #34FF3E: hue angle of 122.96º 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 #34FF3E is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB5225562-
CMYK0.8000.760
HSL122.96º100%60.2%-
HSV(B)122.96º79.61%100%-
XYZ38.0572.616.57-
YUV172.365.7542.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.09%
GREEN value IS 255 (100% from 255) = 69.11%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=14.09%
G=69.11%
B=16.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal52255620.8000.760122.9610060.2
Hex34FF3E5004C07b643c
Octal64377761200114017314474
Binary11010011111111111110101000001001100011110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34FF3E; }

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

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

<style>
 a { background-color: #34FF3E; }

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

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

<style>
 span { border-color: #34FF3E; }

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

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