#34C91B

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

Shades of Lime Green #34C91B

Tints of Lime Green #34C91B

Color information

#34C91B (or 0x34C91B) is unknown color: approx Lime Green. HEX triplet: 34, C9 and 1B. RGB value is (52,201,27). Sum of RGB (Red+Green+Blue) = 52+201+27=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #34C91B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C91B is #CB36E4. Grayscale: #898989. Windows color (decimal): -13317861 or 1820980. OLE color: 1820980.

HSL color Cylindrical-coordinate representation of color #34C91B: hue angle of 111.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34C91B is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB5220127-
CMYK0.7400.870.21
HSL111.38º76.32%44.71%-
HSV(B)111.38º86.57%78.82%-
XYZ22.542.588.07-
YUV136.6166.1467.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 201 (78.91% from 255) = 71.79%
BLUE value IS 27 (10.94% from 255) = 9.64%
R=18.57%
G=71.79%
B=9.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52201270.7400.870.21111.3876.3244.71
Hex34C91B4A057156f4c2d
Octal643113311201272515711455
Binary11010011001001110111001010010101111010111011111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,201,27); }

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

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

 a { background-color: rgb(52,201,27); }

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

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

 span { border-color: rgb(52,201,27); }

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