#34BF33

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

Shades of Lime Green #34BF33

Tints of Lime Green #34BF33

Color information

#34BF33 (or 0x34BF33) is unknown color: approx Lime Green. HEX triplet: 34, BF and 33. RGB value is (52,191,51). Sum of RGB (Red+Green+Blue) = 52+191+51=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BF33 is #CB40CC. Grayscale: #858585. Windows color (decimal): -13320397 or 3391284. OLE color: 3391284.

HSL color Cylindrical-coordinate representation of color #34BF33: hue angle of 119.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BF33 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB5219151-
CMYK0.7300.730.25
HSL119.57º57.85%47.45%-
HSV(B)119.57º73.3%74.9%-
XYZ20.6438.239.42-
YUV133.4881.4569.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 191 (75% from 255) = 64.97%
BLUE value IS 51 (20.31% from 255) = 17.35%
R=17.69%
G=64.97%
B=17.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52191510.7300.730.25119.5757.8547.45
Hex34BF334904919783a2f
Octal64277631110111311707257
Binary11010010111111110011100100101001001110011111000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,191,51); }

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

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

 a { background-color: rgb(52,191,51); }

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

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

 span { border-color: rgb(52,191,51); }

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