#34C24B

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

Shades of Lime Green #34C24B

Tints of Lime Green #34C24B

Color information

#34C24B (or 0x34C24B) is unknown color: approx Lime Green. HEX triplet: 34, C2 and 4B. RGB value is (52,194,75). Sum of RGB (Red+Green+Blue) = 52+194+75=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #34C24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C24B is #CB3DB4. Grayscale: #8A8A8A. Windows color (decimal): -13319605 or 4964916. OLE color: 4964916.

HSL color Cylindrical-coordinate representation of color #34C24B: hue angle of 129.72º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C24B is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB5219475-
CMYK0.7300.610.24
HSL129.72º57.72%48.24%-
HSV(B)129.72º73.2%76.08%-
XYZ21.9839.8213.18-
YUV137.9892.4666.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 194 (76.17% from 255) = 60.44%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=16.20%
G=60.44%
B=23.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52194750.7300.610.24129.7257.7248.24
Hex34C24B4903D18823a30
Octal64302113111075302027260
Binary110100110000101001011100100101111011100010000010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,194,75); }

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

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

 a { background-color: rgb(52,194,75); }

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

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

 span { border-color: rgb(52,194,75); }

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