Html Css Color HEX #5AE402 Bright Green

📋 copy color: '#5AE402'

red 90 ◦ green 228 ◦ blue 2

#5AE402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #5AE402

Tints of Bright Green #5AE402

RGB

 RED value IS 90 (35.55% from 255) = 28.13%

 GREEN value IS 228 (89.45% from 255) = 71.25%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 28.13%
G = 71.25%
B = 0.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#5AE402 (or 0x5AE402) is known color: Bright Green. HEX triplet: 5A, E4 and 02. RGB value is (90,228,2). Sum of RGB (Red+Green+Blue) = 90+228+2=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 228 (89.45% from 255 or 71.25% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 228 - color contains mainly: green. Hex color #5AE402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AE402 is #A51BFD. Grayscale: #A1A1A1. Windows color (decimal): -10820606 or 189530. OLE color: 189530.

HSL color Cylindrical-coordinate representation of color #5AE402: hue angle of 96.64º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5AE402 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 90 228 2 -
CMYK 0.61 0 0.99 0.11
HSL 96.64º 0.98% 0.45% -
HSV(B) 96.64º 0.99% 0.89% -
XYZ 31.97 57.66 9.5 -
YUV 160.97 38.28 77.38 -
System Red Green Blue C M Y K H S L
Decimal 90 228 2 0.61 0 0.99 0.11 96.64 0.98 0.45
Hex 5A E4 2 3D 0 63 B 61 62 2D
Octal 132 344 2 75 0 143 13 141 142 55
Binary 1011010 11100100 10 111101 0 1100011 1011 1100001 1100010 101101

Color Harmonies of #5AE402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE402

Black with #5AE402

Text Example


Text Example

White with #5AE402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,228,2); }

 H1.HeaderClassName
 {
   color: #5AE402;
 }
 .AnyTagClassName
 {
   color: #5AE402;
 }
</style>

background-color css

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

 a { background-color: rgb(90,228,2); }

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

border-color css

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

 span { border-color: rgb(90,228,2); }

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