Html Css Color HEX #13F37C Spring Green

📋 copy color: '#13F37C'

red 19 ◦ green 243 ◦ blue 124

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

Shades of Spring Green #13F37C

Tints of Spring Green #13F37C

RGB

 RED value IS 19 (7.81% from 255) = 4.92%

 GREEN value IS 243 (95.31% from 255) = 62.95%

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 4.92%
G = 62.95%
B = 32.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#13F37C (or 0x13F37C) is known color: Spring Green. HEX triplet: 13, F3 and 7C. RGB value is (19,243,124). Sum of RGB (Red+Green+Blue) = 19+243+124=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 243 (95.31% from 255 or 62.95% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 243 - color contains mainly: green. Hex color #13F37C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F37C is #EC0C83. Grayscale: #A2A2A2. Windows color (decimal): -15469700 or 8188691. OLE color: 8188691.

HSL color Cylindrical-coordinate representation of color #13F37C: hue angle of 148.12º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F37C is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 243 124 -
CMYK 0.92 0 0.49 0.05
HSL 148.13º 0.9% 0.51% -
HSV(B) 148.13º 0.92% 0.95% -
XYZ 35.96 65.69 29.85 -
YUV 162.46 106.29 25.68 -
System Red Green Blue C M Y K H S L
Decimal 19 243 124 0.92 0 0.49 0.05 148.13 0.9 0.51
Hex 13 F3 7C 5C 0 31 5 94 5A 33
Octal 23 363 174 134 0 61 5 224 132 63
Binary 10011 11110011 1111100 1011100 0 110001 101 10010100 1011010 110011

Color Harmonies of #13F37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F37C

Black with #13F37C

Text Example


Text Example

White with #13F37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13F37C; }

 p { color: rgb(19,243,124); }

 H1.HeaderClassName
 {
   color: #13F37C;
 }
 .AnyTagClassName
 {
   color: #13F37C;
 }
</style>

background-color css

<style>
 a { background-color: #13F37C; }

 a { background-color: rgb(19,243,124); }

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

border-color css

<style>
 span { border-color: #13F37C; }

 span { border-color: rgb(19,243,124); }

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