#5BF02E

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

Shades of Bright Green #5BF02E

Tints of Bright Green #5BF02E

Color information

#5BF02E (or 0x5BF02E) is unknown color: approx Bright Green. HEX triplet: 5B, F0 and 2E. RGB value is (91,240,46). Sum of RGB (Red+Green+Blue) = 91+240+46=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #5BF02E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BF02E is #A40FD1. Grayscale: #ADADAD. Windows color (decimal): -10751954 or 3076187. OLE color: 3076187.

HSL color Cylindrical-coordinate representation of color #5BF02E: hue angle of 106.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5BF02E is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB9124046-
CMYK0.6200.810.06
HSL106.08º86.61%56.08%-
HSV(B)106.08º80.83%94.12%-
XYZ35.9764.7413.19-
YUV173.3356.1469.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.14%
GREEN value IS 240 (94.14% from 255) = 63.66%
BLUE value IS 46 (18.36% from 255) = 12.20%
R=24.14%
G=63.66%
B=12.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal91240460.6200.810.06106.0886.6156.08
Hex5BF02E3E05166a5738
Octal13336056760121615212770
Binary1011011111100001011101111100101000111011010101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,240,46); }

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

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

 a { background-color: rgb(91,240,46); }

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

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

 span { border-color: rgb(91,240,46); }

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