#34CE2D

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

Shades of Lime Green #34CE2D

Tints of Lime Green #34CE2D

Color information

#34CE2D (or 0x34CE2D) is unknown color: approx Lime Green. HEX triplet: 34, CE and 2D. RGB value is (52,206,45). Sum of RGB (Red+Green+Blue) = 52+206+45=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 206 (80.86% from 255 or 67.99% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CE2D is #CB31D2. Grayscale: #8E8E8E. Windows color (decimal): -13316563 or 3001908. OLE color: 3001908.

HSL color Cylindrical-coordinate representation of color #34CE2D: hue angle of 117.39º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34CE2D is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB5220645-
CMYK0.7500.780.19
HSL117.39º64.14%49.22%-
HSV(B)117.39º78.16%80.78%-
XYZ23.9645.069.92-
YUV141.673.4864.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 206 (80.86% from 255) = 67.99%
BLUE value IS 45 (17.97% from 255) = 14.85%
R=17.16%
G=67.99%
B=14.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52206450.7500.780.19117.3964.1449.22
Hex34CE2D4B04E13754031
Octal643165511301162316510061
Binary110100110011101011011001011010011101001111101011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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