#34FC33

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

Shades of Lime Green #34FC33

Tints of Lime Green #34FC33

Color information

#34FC33 (or 0x34FC33) is unknown color: approx Lime Green. HEX triplet: 34, FC and 33. RGB value is (52,252,51). Sum of RGB (Red+Green+Blue) = 52+252+51=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 252 (98.83% from 255 or 70.99% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 252 - color contains mainly: green. Hex color #34FC33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FC33 is #CB03CC. Grayscale: #A9A9A9. Windows color (decimal): -13304781 or 3406900. OLE color: 3406900.

HSL color Cylindrical-coordinate representation of color #34FC33: hue angle of 119.7º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34FC33 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB5225251-
CMYK0.7900.800.01
HSL119.7º97.1%59.41%-
HSV(B)119.7º79.76%98.82%-
XYZ36.8270.5914.82-
YUV169.2961.2444.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 252 (98.83% from 255) = 70.99%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=14.65%
G=70.99%
B=14.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52252510.7900.800.01119.797.159.41
Hex34FC334F050178613b
Octal64374631170120117014173
Binary11010011111100110011100111101010000111110001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,252,51); }

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

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

 a { background-color: rgb(52,252,51); }

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

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

 span { border-color: rgb(52,252,51); }

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