#5AF31E

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

Shades of Bright Green #5AF31E

Tints of Bright Green #5AF31E

Color information

#5AF31E (or 0x5AF31E) is unknown color: approx Bright Green. HEX triplet: 5A, F3 and 1E. RGB value is (90,243,30). Sum of RGB (Red+Green+Blue) = 90+243+30=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 243 (95.31% from 255 or 66.94% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF31E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF31E is #A50CE1. Grayscale: #ADADAD. Windows color (decimal): -10816738 or 2028378. OLE color: 2028378.

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

Color convert

RGB9024330-
CMYK0.6300.880.05
HSL103.1º89.87%53.53%-
HSV(B)103.1º87.65%95.29%-
XYZ36.566.3712.11-
YUV172.9747.3168.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.79%
GREEN value IS 243 (95.31% from 255) = 66.94%
BLUE value IS 30 (12.11% from 255) = 8.26%
R=24.79%
G=66.94%
B=8.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90243300.6300.880.05103.189.8753.53
Hex5AF31E3F0585675a36
Octal13236336770130514713266
Binary101101011110011111101111110101100010111001111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,243,30); }

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

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

 a { background-color: rgb(90,243,30); }

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

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

 span { border-color: rgb(90,243,30); }

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