#5BF02F

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

Shades of Bright Green #5BF02F

Tints of Bright Green #5BF02F

Color information

#5BF02F (or 0x5BF02F) is unknown color: approx Bright Green. HEX triplet: 5B, F0 and 2F. RGB value is (91,240,47). Sum of RGB (Red+Green+Blue) = 91+240+47=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #5BF02F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BF02F is #A40FD0. Grayscale: #AEAEAE. Windows color (decimal): -10751953 or 3141723. OLE color: 3141723.

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

Color convert

RGB9124047-
CMYK0.6200.800.06
HSL106.32º86.55%56.27%-
HSV(B)106.32º80.42%94.12%-
XYZ35.9964.7513.29-
YUV173.4556.6469.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.07%
GREEN value IS 240 (94.14% from 255) = 63.49%
BLUE value IS 47 (18.75% from 255) = 12.43%
R=24.07%
G=63.49%
B=12.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal91240470.6200.800.06106.3286.5556.27
Hex5BF02F3E05066a5738
Octal13336057760120615212770
Binary1011011111100001011111111100101000011011010101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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