#34B924

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

Shades of Lime Green #34B924

Tints of Lime Green #34B924

Color information

#34B924 (or 0x34B924) is unknown color: approx Lime Green. HEX triplet: 34, B9 and 24. RGB value is (52,185,36). Sum of RGB (Red+Green+Blue) = 52+185+36=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 185 (72.66% from 255 or 67.77% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 185 - color contains mainly: green. Hex color #34B924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B924 is #CB46DB. Grayscale: #808080. Windows color (decimal): -13321948 or 2406708. OLE color: 2406708.

HSL color Cylindrical-coordinate representation of color #34B924: hue angle of 113.56º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34B924 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB5218536-
CMYK0.7200.810.27
HSL113.56º67.42%43.33%-
HSV(B)113.56º80.54%72.55%-
XYZ19.0835.567.53-
YUV128.2575.9473.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 185 (72.66% from 255) = 67.77%
BLUE value IS 36 (14.45% from 255) = 13.19%
R=19.05%
G=67.77%
B=13.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52185360.7200.810.27113.5667.4243.33
Hex34B924480511B72432b
Octal642714411001213316210353
Binary110100101110011001001001000010100011101111100101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,185,36); }

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

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

 a { background-color: rgb(52,185,36); }

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

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

 span { border-color: rgb(52,185,36); }

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