#34B827

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

Shades of Lime Green #34B827

Tints of Lime Green #34B827

Color information

#34B827 (or 0x34B827) is unknown color: approx Lime Green. HEX triplet: 34, B8 and 27. RGB value is (52,184,39). Sum of RGB (Red+Green+Blue) = 52+184+39=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 184 (72.27% from 255 or 66.91% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 184 - color contains mainly: green. Hex color #34B827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B827 is #CB47D8. Grayscale: #808080. Windows color (decimal): -13322201 or 2603060. OLE color: 2603060.

HSL color Cylindrical-coordinate representation of color #34B827: hue angle of 114.62º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34B827 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB5218439-
CMYK0.7200.790.28
HSL114.62º65.02%43.73%-
HSV(B)114.62º78.8%72.16%-
XYZ18.9235.167.71-
YUV12877.7773.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 184 (72.27% from 255) = 66.91%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=18.91%
G=66.91%
B=14.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52184390.7200.790.28114.6265.0243.73
Hex34B8274804F1C73412c
Octal642704711001173416310154
Binary110100101110001001111001000010011111110011100111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,184,39); }

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

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

 a { background-color: rgb(52,184,39); }

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

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

 span { border-color: rgb(52,184,39); }

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