#34FB82

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

Shades of Spring Green #34FB82

Tints of Spring Green #34FB82

Color information

#34FB82 (or 0x34FB82) is unknown color: approx Spring Green. HEX triplet: 34, FB and 82. RGB value is (52,251,130). Sum of RGB (Red+Green+Blue) = 52+251+130=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 251 (98.44% from 255 or 57.97% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34FB82 is #CB047D. Grayscale: #B1B1B1. Windows color (decimal): -13304958 or 8583988. OLE color: 8583988.

HSL color Cylindrical-coordinate representation of color #34FB82: hue angle of 143.52º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FB82 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB52251130-
CMYK0.7900.480.02
HSL143.52º96.14%59.41%-
HSV(B)143.52º79.28%98.43%-
XYZ39.9471.3432.78-
YUV177.7101.0738.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.01%
GREEN value IS 251 (98.44% from 255) = 57.97%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=12.01%
G=57.97%
B=30.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal522511300.7900.480.02143.5296.1459.41
Hex34FB824F030290603b
Octal64373202117060222014073
Binary11010011111011100000101001111011000010100100001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,251,130); }

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

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

 a { background-color: rgb(52,251,130); }

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

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

 span { border-color: rgb(52,251,130); }

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