#34C63D

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

Shades of Lime Green #34C63D

Tints of Lime Green #34C63D

Color information

#34C63D (or 0x34C63D) is unknown color: approx Lime Green. HEX triplet: 34, C6 and 3D. RGB value is (52,198,61). Sum of RGB (Red+Green+Blue) = 52+198+61=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #34C63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C63D is #CB39C2. Grayscale: #8B8B8B. Windows color (decimal): -13318595 or 4048436. OLE color: 4048436.

HSL color Cylindrical-coordinate representation of color #34C63D: hue angle of 123.7º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C63D is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB5219861-
CMYK0.7400.690.22
HSL123.7º58.4%49.02%-
HSV(B)123.7º73.74%77.65%-
XYZ22.4541.4611.23-
YUV138.7384.1366.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 198 (77.73% from 255) = 63.67%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=16.72%
G=63.67%
B=19.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52198610.7400.690.22123.758.449.02
Hex34C63D4A045167c3a31
Octal64306751120105261747261
Binary11010011000110111101100101001000101101101111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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