Html Css Color HEX #3CFC82 Emerald

📋 copy color: '#3CFC82'

red 60 ◦ green 252 ◦ blue 130

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

Shades of Emerald #3CFC82

Tints of Emerald #3CFC82

RGB

 RED value IS 60 (23.83% from 255) = 13.57%

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

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

R = 13.57%
G = 57.01%
B = 29.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#3CFC82 (or 0x3CFC82) is known color: Emerald. HEX triplet: 3C, FC and 82. RGB value is (60,252,130). Sum of RGB (Red+Green+Blue) = 60+252+130=442 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.57% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFC82 is #C3037D. Grayscale: #B4B4B4. Windows color (decimal): -12780414 or 8584252. OLE color: 8584252.

HSL color Cylindrical-coordinate representation of color #3CFC82: hue angle of 141.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC82 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 252 130 -
CMYK 0.76 0 0.48 0.01
HSL 141.88º 0.97% 0.61% -
HSV(B) 141.88º 0.76% 0.99% -
XYZ 40.7 72.19 32.91 -
YUV 180.68 99.39 41.92 -
System Red Green Blue C M Y K H S L
Decimal 60 252 130 0.76 0 0.48 0.01 141.88 0.97 0.61
Hex 3C FC 82 4C 0 30 1 8E 61 3D
Octal 74 374 202 114 0 60 1 216 141 75
Binary 111100 11111100 10000010 1001100 0 110000 1 10001110 1100001 111101

Color Harmonies of #3CFC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC82

Black with #3CFC82

Text Example


Text Example

White with #3CFC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CFC82; }

 p { color: rgb(60,252,130); }

 H1.HeaderClassName
 {
   color: #3CFC82;
 }
 .AnyTagClassName
 {
   color: #3CFC82;
 }
</style>

background-color css

<style>
 a { background-color: #3CFC82; }

 a { background-color: rgb(60,252,130); }

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

border-color css

<style>
 span { border-color: #3CFC82; }

 span { border-color: rgb(60,252,130); }

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