#34CF2E

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

Shades of Lime Green #34CF2E

Tints of Lime Green #34CF2E

Color information

#34CF2E (or 0x34CF2E) is unknown color: approx Lime Green. HEX triplet: 34, CF and 2E. RGB value is (52,207,46). Sum of RGB (Red+Green+Blue) = 52+207+46=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 207 (81.25% from 255 or 67.87% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CF2E is #CB30D1. Grayscale: #8E8E8E. Windows color (decimal): -13316306 or 3067700. OLE color: 3067700.

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

Color convert

RGB5220746-
CMYK0.7500.780.19
HSL117.76º63.64%49.61%-
HSV(B)117.76º77.78%81.18%-
XYZ24.2245.5510.1-
YUV142.373.6563.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 207 (81.25% from 255) = 67.87%
BLUE value IS 46 (18.36% from 255) = 15.08%
R=17.05%
G=67.87%
B=15.08%

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
Decimal52207460.7500.780.19117.7663.6449.61
Hex34CF2E4B04E13764032
Octal643175611301162316610062
Binary110100110011111011101001011010011101001111101101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,207,46); }

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

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

 a { background-color: rgb(52,207,46); }

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

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

 span { border-color: rgb(52,207,46); }

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