Html Css Color HEX #34F982 Spring Green

📋 copy color: '#34F982'

red 52 ◦ green 249 ◦ blue 130

#34F982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #34F982

Tints of Spring Green #34F982

RGB

 RED value IS 52 (20.7% from 255) = 12.06%

 GREEN value IS 249 (97.66% from 255) = 57.77%

 BLUE value IS 130 (51.17% from 255) = 30.16%

R = 12.06%
G = 57.77%
B = 30.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#34F982 (or 0x34F982) is known color: Spring Green. HEX triplet: 34, F9 and 82. RGB value is (52,249,130). Sum of RGB (Red+Green+Blue) = 52+249+130=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 249 (97.66% from 255 or 57.77% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 249 - color contains mainly: green. Hex color #34F982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F982 is #CB067D. Grayscale: #B0B0B0. Windows color (decimal): -13305470 or 8583476. OLE color: 8583476.

HSL color Cylindrical-coordinate representation of color #34F982: hue angle of 143.76º degrees, saturation: 0.94, 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 #34F982 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 249 130 -
CMYK 0.79 0 0.48 0.02
HSL 143.76º 0.94% 0.59% -
HSV(B) 143.76º 0.79% 0.98% -
XYZ 39.32 70.09 32.58 -
YUV 176.53 101.73 39.18 -
System Red Green Blue C M Y K H S L
Decimal 52 249 130 0.79 0 0.48 0.02 143.76 0.94 0.59
Hex 34 F9 82 4F 0 30 2 90 5E 3B
Octal 64 371 202 117 0 60 2 220 136 73
Binary 110100 11111001 10000010 1001111 0 110000 10 10010000 1011110 111011

Color Harmonies of #34F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F982

Black with #34F982

Text Example


Text Example

White with #34F982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34F982;
 }
 .AnyTagClassName
 {
   color: #34F982;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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