#34C223

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

Shades of Lime Green #34C223

Tints of Lime Green #34C223

Color information

#34C223 (or 0x34C223) is unknown color: approx Lime Green. HEX triplet: 34, C2 and 23. RGB value is (52,194,35). Sum of RGB (Red+Green+Blue) = 52+194+35=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 194 (76.17% from 255 or 69.04% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 194 - color contains mainly: green. Hex color #34C223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C223 is #CB3DDC. Grayscale: #858585. Windows color (decimal): -13319645 or 2343476. OLE color: 2343476.

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

Color convert

RGB5219435-
CMYK0.7300.820.24
HSL113.58º69.43%44.9%-
HSV(B)113.58º81.96%76.08%-
XYZ21.0139.438.09-
YUV133.4272.4669.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 194 (76.17% from 255) = 69.04%
BLUE value IS 35 (14.06% from 255) = 12.46%
R=18.51%
G=69.04%
B=12.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52194350.7300.820.24113.5869.4344.9
Hex34C223490521872452d
Octal643024311101223016210555
Binary110100110000101000111001001010100101100011100101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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