#5BF30E

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

Shades of Bright Green #5BF30E

Tints of Bright Green #5BF30E

Color information

#5BF30E (or 0x5BF30E) is unknown color: approx Bright Green. HEX triplet: 5B, F3 and 0E. RGB value is (91,243,14). Sum of RGB (Red+Green+Blue) = 91+243+14=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 243 (95.31% from 255 or 69.83% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 243 - color contains mainly: green. Hex color #5BF30E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5BF30E is #A40CF1. Grayscale: #ACACAC. Windows color (decimal): -10751218 or 979803. OLE color: 979803.

HSL color Cylindrical-coordinate representation of color #5BF30E: hue angle of 99.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BF30E is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB9124314-
CMYK0.6300.940.05
HSL99.83º90.51%50.39%-
HSV(B)99.83º94.24%95.29%-
XYZ36.4466.3611.3-
YUV171.4539.1470.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.15%
GREEN value IS 243 (95.31% from 255) = 69.83%
BLUE value IS 14 (5.86% from 255) = 4.02%
R=26.15%
G=69.83%
B=4.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal91243140.6300.940.0599.8390.5150.39
Hex5BF3E3F05E5645b32
Octal13336316770136514413362
Binary10110111111001111101111110101111010111001001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,243,14); }

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

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

 a { background-color: rgb(91,243,14); }

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

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

 span { border-color: rgb(91,243,14); }

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