#34C42D

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

Shades of Lime Green #34C42D

Tints of Lime Green #34C42D

Color information

#34C42D (or 0x34C42D) is unknown color: approx Lime Green. HEX triplet: 34, C4 and 2D. RGB value is (52,196,45). Sum of RGB (Red+Green+Blue) = 52+196+45=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 196 (76.95% from 255 or 66.89% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 196 - color contains mainly: green. Hex color #34C42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C42D is #CB3BD2. Grayscale: #888888. Windows color (decimal): -13319123 or 2999348. OLE color: 2999348.

HSL color Cylindrical-coordinate representation of color #34C42D: hue angle of 117.22º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34C42D is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB5219645-
CMYK0.7300.770.23
HSL117.22º62.66%47.25%-
HSV(B)117.22º77.04%76.86%-
XYZ21.6340.49.14-
YUV135.7376.7968.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 196 (76.95% from 255) = 66.89%
BLUE value IS 45 (17.97% from 255) = 15.36%
R=17.75%
G=66.89%
B=15.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52196450.7300.770.23117.2262.6647.25
Hex34C42D4904D17753f2f
Octal64304551110115271657757
Binary11010011000100101101100100101001101101111110101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,196,45); }

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

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

 a { background-color: rgb(52,196,45); }

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

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

 span { border-color: rgb(52,196,45); }

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