Html Css Color HEX #5FF01C Bright Green

📋 copy color: '#5FF01C'

red 95 ◦ green 240 ◦ blue 28

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

Shades of Bright Green #5FF01C

Tints of Bright Green #5FF01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 26.17%
G = 66.12%
B = 7.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#5FF01C (or 0x5FF01C) is known color: Bright Green. HEX triplet: 5F, F0 and 1C. RGB value is (95,240,28). Sum of RGB (Red+Green+Blue) = 95+240+28=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF01C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF01C is #A00FE3. Grayscale: #ADADAD. Windows color (decimal): -10489828 or 1896543. OLE color: 1896543.

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

Color convert

RGB 95 240 28 -
CMYK 0.60 0 0.88 0.06
HSL 101.04º 0.88% 0.53% -
HSV(B) 101.04º 0.88% 0.94% -
XYZ 36.09 64.84 11.71 -
YUV 172.48 46.46 72.74 -
System Red Green Blue C M Y K H S L
Decimal 95 240 28 0.60 0 0.88 0.06 101.04 0.88 0.53
Hex 5F F0 1C 3C 0 58 6 65 58 35
Octal 137 360 34 74 0 130 6 145 130 65
Binary 1011111 11110000 11100 111100 0 1011000 110 1100101 1011000 110101

Color Harmonies of #5FF01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF01C

Black with #5FF01C

Text Example


Text Example

White with #5FF01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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