#5AFF2C

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

Shades of Bright Green #5AFF2C

Tints of Bright Green #5AFF2C

Color information

#5AFF2C (or 0x5AFF2C) is unknown color: approx Bright Green. HEX triplet: 5A, FF and 2C. RGB value is (90,255,44). Sum of RGB (Red+Green+Blue) = 90+255+44=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFF2C is #A500D3. Grayscale: #B6B6B6. Windows color (decimal): -10813652 or 2948954. OLE color: 2948954.

HSL color Cylindrical-coordinate representation of color #5AFF2C: hue angle of 106.92º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AFF2C is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB9025544-
CMYK0.6500.830
HSL106.92º100%58.63%-
HSV(B)106.92º82.75%100%-
XYZ40.4373.8814.51-
YUV181.6150.3462.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.14%
GREEN value IS 255 (100% from 255) = 65.55%
BLUE value IS 44 (17.58% from 255) = 11.31%
R=23.14%
G=65.55%
B=11.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal90255440.6500.830106.9210058.63
Hex5AFF2C4105306b643b
Octal132377541010123015314473
Binary101101011111111101100100000101010011011010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,255,44); }

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

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

 a { background-color: rgb(90,255,44); }

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

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

 span { border-color: rgb(90,255,44); }

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