Html Css Color HEX #5FEF20 Bright Green

📋 copy color: '#5FEF20'

red 95 ◦ green 239 ◦ blue 32

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

Shades of Bright Green #5FEF20

Tints of Bright Green #5FEF20

RGB

 RED value IS 95 (37.5% from 255) = 25.96%

 GREEN value IS 239 (93.75% from 255) = 65.3%

 BLUE value IS 32 (12.89% from 255) = 8.74%

R = 25.96%
G = 65.3%
B = 8.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#5FEF20 (or 0x5FEF20) is known color: Bright Green. HEX triplet: 5F, EF and 20. RGB value is (95,239,32). Sum of RGB (Red+Green+Blue) = 95+239+32=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 239 (93.75% from 255 or 65.30% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FEF20 is #A010DF. Grayscale: #ADADAD. Windows color (decimal): -10490080 or 2158431. OLE color: 2158431.

HSL color Cylindrical-coordinate representation of color #5FEF20: hue angle of 101.74º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FEF20 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 239 32 -
CMYK 0.60 0 0.87 0.06
HSL 101.74º 0.87% 0.53% -
HSV(B) 101.74º 0.87% 0.94% -
XYZ 35.85 64.27 11.88 -
YUV 172.35 48.79 72.83 -
System Red Green Blue C M Y K H S L
Decimal 95 239 32 0.60 0 0.87 0.06 101.74 0.87 0.53
Hex 5F EF 20 3C 0 57 6 66 57 35
Octal 137 357 40 74 0 127 6 146 127 65
Binary 1011111 11101111 100000 111100 0 1010111 110 1100110 1010111 110101

Color Harmonies of #5FEF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEF20

Black with #5FEF20

Text Example


Text Example

White with #5FEF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FEF20; }

 p { color: rgb(95,239,32); }

 H1.HeaderClassName
 {
   color: #5FEF20;
 }
 .AnyTagClassName
 {
   color: #5FEF20;
 }
</style>

background-color css

<style>
 a { background-color: #5FEF20; }

 a { background-color: rgb(95,239,32); }

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

border-color css

<style>
 span { border-color: #5FEF20; }

 span { border-color: rgb(95,239,32); }

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