#34C41F

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

Shades of Lime Green #34C41F

Tints of Lime Green #34C41F

Color information

#34C41F (or 0x34C41F) is unknown color: approx Lime Green. HEX triplet: 34, C4 and 1F. RGB value is (52,196,31). Sum of RGB (Red+Green+Blue) = 52+196+31=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 196 (76.95% from 255 or 70.25% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 196 - color contains mainly: green. Hex color #34C41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C41F is #CB3BE0. Grayscale: #868686. Windows color (decimal): -13319137 or 2081844. OLE color: 2081844.

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

Color convert

RGB5219631-
CMYK0.7300.840.23
HSL112.36º72.69%44.51%-
HSV(B)112.36º84.18%76.86%-
XYZ21.440.317.95-
YUV134.1369.7969.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 196 (76.95% from 255) = 70.25%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=18.64%
G=70.25%
B=11.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52196310.7300.840.23112.3672.6944.51
Hex34C41F490541770492d
Octal643043711101242716011155
Binary11010011000100111111001001010101001011111100001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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