#5FF01B

Color #5FF01B Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #5FF01B

Tints of Bright Green #5FF01B

Color information

#5FF01B (or 0x5FF01B) is unknown color: approx Bright Green. HEX triplet: 5F, F0 and 1B. RGB value is (95,240,27). Sum of RGB (Red+Green+Blue) = 95+240+27=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF01B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF01B is #A00FE4. Grayscale: #ADADAD. Windows color (decimal): -10489829 or 1831007. OLE color: 1831007.

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

Color convert

RGB9524027-
CMYK0.6000.890.06
HSL100.85º87.65%52.35%-
HSV(B)100.85º88.75%94.12%-
XYZ36.0864.8311.65-
YUV172.3645.9672.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.24%
GREEN value IS 240 (94.14% from 255) = 66.30%
BLUE value IS 27 (10.94% from 255) = 7.46%
R=26.24%
G=66.30%
B=7.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal95240270.6000.890.06100.8587.6552.35
Hex5FF01B3C0596655834
Octal13736033740131614513064
Binary101111111110000110111111000101100111011001011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FF01B;
 }
 .AnyTagClassName
 {
   color: #5FF01B;
 }
</style>
background-color css

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

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

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

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

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

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