Html Css Color HEX #34FC70 Spring Green

📋 copy color: '#34FC70'

red 52 ◦ green 252 ◦ blue 112

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

Shades of Spring Green #34FC70

Tints of Spring Green #34FC70

RGB

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

 GREEN value IS 252 (98.83% from 255) = 60.58%

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 12.5%
G = 60.58%
B = 26.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#34FC70 (or 0x34FC70) is known color: Spring Green. HEX triplet: 34, FC and 70. RGB value is (52,252,112). Sum of RGB (Red+Green+Blue) = 52+252+112=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 252 (98.83% from 255 or 60.58% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 252 - color contains mainly: green. Hex color #34FC70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FC70 is #CB038F. Grayscale: #B0B0B0. Windows color (decimal): -13304720 or 7404596. OLE color: 7404596.

HSL color Cylindrical-coordinate representation of color #34FC70: hue angle of 138º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FC70 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 252 112 -
CMYK 0.79 0 0.56 0.01
HSL 138º 0.97% 0.6% -
HSV(B) 138º 0.79% 0.99% -
XYZ 39.15 71.52 27.07 -
YUV 176.24 91.74 39.38 -
System Red Green Blue C M Y K H S L
Decimal 52 252 112 0.79 0 0.56 0.01 138 0.97 0.6
Hex 34 FC 70 4F 0 38 1 8A 61 3C
Octal 64 374 160 117 0 70 1 212 141 74
Binary 110100 11111100 1110000 1001111 0 111000 1 10001010 1100001 111100

Color Harmonies of #34FC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FC70

Black with #34FC70

Text Example


Text Example

White with #34FC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,252,112); }

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

background-color css

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

 a { background-color: rgb(52,252,112); }

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

border-color css

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

 span { border-color: rgb(52,252,112); }

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