#34CD2F

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

Shades of Lime Green #34CD2F

Tints of Lime Green #34CD2F

Color information

#34CD2F (or 0x34CD2F) is unknown color: approx Lime Green. HEX triplet: 34, CD and 2F. RGB value is (52,205,47). Sum of RGB (Red+Green+Blue) = 52+205+47=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 205 (80.47% from 255 or 67.43% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 205 - color contains mainly: green. Hex color #34CD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CD2F is #CB32D0. Grayscale: #8D8D8D. Windows color (decimal): -13316817 or 3132724. OLE color: 3132724.

HSL color Cylindrical-coordinate representation of color #34CD2F: hue angle of 118.1º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CD2F is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB5220547-
CMYK0.7500.770.20
HSL118.1º62.7%49.41%-
HSV(B)118.1º77.07%80.39%-
XYZ23.7644.610.05-
YUV141.2474.8164.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 205 (80.47% from 255) = 67.43%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=17.11%
G=67.43%
B=15.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal52205470.7500.770.20118.162.749.41
Hex34CD2F4B04D14763f31
Octal64315571130115241667761
Binary11010011001101101111100101101001101101001110110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,205,47); }

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

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

 a { background-color: rgb(52,205,47); }

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

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

 span { border-color: rgb(52,205,47); }

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