#34B23D

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

Shades of Lime Green #34B23D

Tints of Lime Green #34B23D

Color information

#34B23D (or 0x34B23D) is unknown color: approx Lime Green. HEX triplet: 34, B2 and 3D. RGB value is (52,178,61). Sum of RGB (Red+Green+Blue) = 52+178+61=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #34B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B23D is #CB4DC2. Grayscale: #7F7F7F. Windows color (decimal): -13323715 or 4043316. OLE color: 4043316.

HSL color Cylindrical-coordinate representation of color #34B23D: hue angle of 124.29º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B23D is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB5217861-
CMYK0.7100.660.30
HSL124.29º54.78%45.1%-
HSV(B)124.29º70.79%69.8%-
XYZ18.1832.919.81-
YUV126.9990.7674.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 178 (69.92% from 255) = 61.17%
BLUE value IS 61 (24.22% from 255) = 20.96%
R=17.87%
G=61.17%
B=20.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal52178610.7100.660.30124.2954.7845.1
Hex34B23D470421E7c372d
Octal64262751070102361746755
Binary11010010110010111101100011101000010111101111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,178,61); }

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

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

 a { background-color: rgb(52,178,61); }

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

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

 span { border-color: rgb(52,178,61); }

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