Html Css Color HEX #34FB7D Spring Green

📋 copy color: '#34FB7D'

red 52 ◦ green 251 ◦ blue 125

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

Shades of Spring Green #34FB7D

Tints of Spring Green #34FB7D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 58.64%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 12.15%
G = 58.64%
B = 29.21%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#34FB7D (or 0x34FB7D) is known color: Spring Green. HEX triplet: 34, FB and 7D. RGB value is (52,251,125). Sum of RGB (Red+Green+Blue) = 52+251+125=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #34FB7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FB7D is #CB0482. Grayscale: #B1B1B1. Windows color (decimal): -13304963 or 8256308. OLE color: 8256308.

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

Color convert

RGB 52 251 125 -
CMYK 0.79 0 0.50 0.02
HSL 142.01º 0.96% 0.59% -
HSV(B) 142.01º 0.79% 0.98% -
XYZ 39.62 71.21 31.06 -
YUV 177.14 98.57 38.75 -
System Red Green Blue C M Y K H S L
Decimal 52 251 125 0.79 0 0.50 0.02 142.01 0.96 0.59
Hex 34 FB 7D 4F 0 32 2 8E 60 3B
Octal 64 373 175 117 0 62 2 216 140 73
Binary 110100 11111011 1111101 1001111 0 110010 10 10001110 1100000 111011

Color Harmonies of #34FB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FB7D

Black with #34FB7D

Text Example


Text Example

White with #34FB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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