#34C84B

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

Shades of Lime Green #34C84B

Tints of Lime Green #34C84B

Color information

#34C84B (or 0x34C84B) is unknown color: approx Lime Green. HEX triplet: 34, C8 and 4B. RGB value is (52,200,75). Sum of RGB (Red+Green+Blue) = 52+200+75=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #34C84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C84B is #CB37B4. Grayscale: #8D8D8D. Windows color (decimal): -13318069 or 4966452. OLE color: 4966452.

HSL color Cylindrical-coordinate representation of color #34C84B: hue angle of 129.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C84B is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB5220075-
CMYK0.7400.620.22
HSL129.32º58.73%49.41%-
HSV(B)129.32º74%78.43%-
XYZ23.3442.5513.64-
YUV141.590.4764.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 200 (78.52% from 255) = 61.16%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=15.90%
G=61.16%
B=22.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52200750.7400.620.22129.3258.7349.41
Hex34C84B4A03E16813b31
Octal64310113112076262017361
Binary110100110010001001011100101001111101011010000001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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