#34DA23

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

Shades of Lime Green #34DA23

Tints of Lime Green #34DA23

Color information

#34DA23 (or 0x34DA23) is unknown color: approx Lime Green. HEX triplet: 34, DA and 23. RGB value is (52,218,35). Sum of RGB (Red+Green+Blue) = 52+218+35=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 218 (85.55% from 255 or 71.48% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 218 - color contains mainly: green. Hex color #34DA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DA23 is #CB25DC. Grayscale: #949494. Windows color (decimal): -13313501 or 2349620. OLE color: 2349620.

HSL color Cylindrical-coordinate representation of color #34DA23: hue angle of 114.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34DA23 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB5221835-
CMYK0.7600.840.15
HSL114.43º72.33%49.61%-
HSV(B)114.43º83.94%85.49%-
XYZ26.7950.9910.02-
YUV147.564.559.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 218 (85.55% from 255) = 71.48%
BLUE value IS 35 (14.06% from 255) = 11.48%
R=17.05%
G=71.48%
B=11.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52218350.7600.840.15114.4372.3349.61
Hex34DA234C054F724832
Octal643324311401241716211062
Binary11010011011010100011100110001010100111111100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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