Html Css Color HEX #3DFE60 Screamin' Green

📋 copy color: '#3DFE60'

red 61 ◦ green 254 ◦ blue 96

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

Shades of Screamin' Green #3DFE60

Tints of Screamin' Green #3DFE60

RGB

 RED value IS 61 (24.22% from 255) = 14.84%

 GREEN value IS 254 (99.61% from 255) = 61.8%

 BLUE value IS 96 (37.89% from 255) = 23.36%

R = 14.84%
G = 61.8%
B = 23.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#3DFE60 (or 0x3DFE60) is known color: Screamin' Green. HEX triplet: 3D, FE and 60. RGB value is (61,254,96). Sum of RGB (Red+Green+Blue) = 61+254+96=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 254 (99.61% from 255 or 61.80% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFE60 is #C2019F. Grayscale: #B2B2B2. Windows color (decimal): -12714400 or 6356541. OLE color: 6356541.

HSL color Cylindrical-coordinate representation of color #3DFE60: hue angle of 130.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFE60 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB 61 254 96 -
CMYK 0.76 0 0.62 0.00
HSL 130.88º 0.99% 0.62% -
HSV(B) 130.88º 0.76% 1% -
XYZ 39.48 72.72 23.02 -
YUV 178.28 81.56 44.35 -
System Red Green Blue C M Y K H S L
Decimal 61 254 96 0.76 0 0.62 0.00 130.88 0.99 0.62
Hex 3D FE 60 4C 0 3E 0 83 63 3E
Octal 75 376 140 114 0 76 0 203 143 76
Binary 111101 11111110 1100000 1001100 0 111110 0 10000011 1100011 111110

Color Harmonies of #3DFE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFE60

Black with #3DFE60

Text Example


Text Example

White with #3DFE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,254,96); }

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

background-color css

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

 a { background-color: rgb(61,254,96); }

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

border-color css

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

 span { border-color: rgb(61,254,96); }

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