#34CF49

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

Shades of Lime Green #34CF49

Tints of Lime Green #34CF49

Color information

#34CF49 (or 0x34CF49) is unknown color: approx Lime Green. HEX triplet: 34, CF and 49. RGB value is (52,207,73). Sum of RGB (Red+Green+Blue) = 52+207+73=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CF49 is #CB30B6. Grayscale: #919191. Windows color (decimal): -13316279 or 4837172. OLE color: 4837172.

HSL color Cylindrical-coordinate representation of color #34CF49: hue angle of 128.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CF49 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB5220773-
CMYK0.7500.650.19
HSL128.13º61.75%50.78%-
HSV(B)128.13º74.88%81.18%-
XYZ24.9345.8413.84-
YUV145.3887.1561.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 207 (81.25% from 255) = 62.35%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=15.66%
G=62.35%
B=21.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52207730.7500.650.19128.1361.7550.78
Hex34CF494B04113803e33
Octal643171111130101232007663
Binary1101001100111110010011001011010000011001110000000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,207,73); }

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

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

 a { background-color: rgb(52,207,73); }

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

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

 span { border-color: rgb(52,207,73); }

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