Html Css Color HEX #5FF018 Bright Green

📋 copy color: '#5FF018'

red 95 ◦ green 240 ◦ blue 24

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

Shades of Bright Green #5FF018

Tints of Bright Green #5FF018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.69%

R = 26.46%
G = 66.85%
B = 6.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#5FF018 (or 0x5FF018) is known color: Bright Green. HEX triplet: 5F, F0 and 18. RGB value is (95,240,24). Sum of RGB (Red+Green+Blue) = 95+240+24=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 240 (94.14% from 255 or 66.85% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF018 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF018 is #A00FE7. Grayscale: #ACACAC. Windows color (decimal): -10489832 or 1634399. OLE color: 1634399.

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

Color convert

RGB 95 240 24 -
CMYK 0.60 0 0.9 0.06
HSL 100.28º 0.88% 0.52% -
HSV(B) 100.28º 0.9% 0.94% -
XYZ 36.04 64.82 11.48 -
YUV 172.02 44.46 73.06 -
System Red Green Blue C M Y K H S L
Decimal 95 240 24 0.60 0 0.9 0.06 100.28 0.88 0.52
Hex 5F F0 18 3C 0 5A 6 64 58 34
Octal 137 360 30 74 0 132 6 144 130 64
Binary 1011111 11110000 11000 111100 0 1011010 110 1100100 1011000 110100

Color Harmonies of #5FF018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF018

Black with #5FF018

Text Example


Text Example

White with #5FF018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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