Html Css Color HEX #3BF950 Screamin' Green

📋 copy color: '#3BF950'

red 59 ◦ green 249 ◦ blue 80

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

Shades of Screamin' Green #3BF950

Tints of Screamin' Green #3BF950

RGB

 RED value IS 59 (23.44% from 255) = 15.21%

 GREEN value IS 249 (97.66% from 255) = 64.18%

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 15.21%
G = 64.18%
B = 20.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#3BF950 (or 0x3BF950) is known color: Screamin' Green. HEX triplet: 3B, F9 and 50. RGB value is (59,249,80). Sum of RGB (Red+Green+Blue) = 59+249+80=388 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.21% from 388); Green value is 249 (97.66% from 255 or 64.18% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF950 is #C406AF. Grayscale: #ADADAD. Windows color (decimal): -12846768 or 5306683. OLE color: 5306683.

HSL color Cylindrical-coordinate representation of color #3BF950: hue angle of 126.63º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF950 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 59 249 80 -
CMYK 0.76 0 0.68 0.02
HSL 126.63º 0.94% 0.6% -
HSV(B) 126.63º 0.76% 0.98% -
XYZ 37.13 69.26 19 -
YUV 172.92 75.55 46.74 -
System Red Green Blue C M Y K H S L
Decimal 59 249 80 0.76 0 0.68 0.02 126.63 0.94 0.6
Hex 3B F9 50 4C 0 44 2 7F 5E 3C
Octal 73 371 120 114 0 104 2 177 136 74
Binary 111011 11111001 1010000 1001100 0 1000100 10 1111111 1011110 111100

Color Harmonies of #3BF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF950

Black with #3BF950

Text Example


Text Example

White with #3BF950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,249,80); }

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

background-color css

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

 a { background-color: rgb(59,249,80); }

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

border-color css

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

 span { border-color: rgb(59,249,80); }

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