Html Css Color HEX #5FF013 Bright Green

📋 copy color: '#5FF013'

red 95 ◦ green 240 ◦ blue 19

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

Shades of Bright Green #5FF013

Tints of Bright Green #5FF013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 26.84%
G = 67.8%
B = 5.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#5FF013 (or 0x5FF013) is known color: Bright Green. HEX triplet: 5F, F0 and 13. RGB value is (95,240,19). Sum of RGB (Red+Green+Blue) = 95+240+19=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF013 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF013 is #A00FEC. Grayscale: #ACACAC. Windows color (decimal): -10489837 or 1306719. OLE color: 1306719.

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

Color convert

RGB 95 240 19 -
CMYK 0.60 0 0.92 0.06
HSL 99.37º 0.88% 0.51% -
HSV(B) 99.37º 0.92% 0.94% -
XYZ 36 64.8 11.23 -
YUV 171.45 41.96 73.47 -
System Red Green Blue C M Y K H S L
Decimal 95 240 19 0.60 0 0.92 0.06 99.37 0.88 0.51
Hex 5F F0 13 3C 0 5C 6 63 58 33
Octal 137 360 23 74 0 134 6 143 130 63
Binary 1011111 11110000 10011 111100 0 1011100 110 1100011 1011000 110011

Color Harmonies of #5FF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF013

Black with #5FF013

Text Example


Text Example

White with #5FF013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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