Html Css Color HEX #3FF05F Screamin' Green

📋 copy color: '#3FF05F'

red 63 ◦ green 240 ◦ blue 95

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

Shades of Screamin' Green #3FF05F

Tints of Screamin' Green #3FF05F

RGB

 RED value IS 63 (25% from 255) = 15.83%

 GREEN value IS 240 (94.14% from 255) = 60.3%

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 15.83%
G = 60.3%
B = 23.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#3FF05F (or 0x3FF05F) is known color: Screamin' Green. HEX triplet: 3F, F0 and 5F. RGB value is (63,240,95). Sum of RGB (Red+Green+Blue) = 63+240+95=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 240 (94.14% from 255 or 60.30% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF05F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF05F is #C00FA0. Grayscale: #AAAAAA. Windows color (decimal): -12586913 or 6287423. OLE color: 6287423.

HSL color Cylindrical-coordinate representation of color #3FF05F: hue angle of 130.85º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF05F is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 240 95 -
CMYK 0.74 0 0.60 0.06
HSL 130.85º 0.86% 0.59% -
HSV(B) 130.85º 0.74% 0.94% -
XYZ 35.28 64.2 21.36 -
YUV 170.55 85.36 51.29 -
System Red Green Blue C M Y K H S L
Decimal 63 240 95 0.74 0 0.60 0.06 130.85 0.86 0.59
Hex 3F F0 5F 4A 0 3C 6 83 56 3B
Octal 77 360 137 112 0 74 6 203 126 73
Binary 111111 11110000 1011111 1001010 0 111100 110 10000011 1010110 111011

Color Harmonies of #3FF05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF05F

Black with #3FF05F

Text Example


Text Example

White with #3FF05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,240,95); }

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

background-color css

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

 a { background-color: rgb(63,240,95); }

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

border-color css

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

 span { border-color: rgb(63,240,95); }

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