Html Css Color HEX #5AEE02 Bright Green

📋 copy color: '#5AEE02'

red 90 ◦ green 238 ◦ blue 2

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

Shades of Bright Green #5AEE02

Tints of Bright Green #5AEE02

RGB

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

 GREEN value IS 238 (93.36% from 255) = 72.12%

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

R = 27.27%
G = 72.12%
B = 0.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#5AEE02 (or 0x5AEE02) is known color: Bright Green. HEX triplet: 5A, EE and 02. RGB value is (90,238,2). Sum of RGB (Red+Green+Blue) = 90+238+2=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 238 (93.36% from 255 or 72.12% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEE02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AEE02 is #A511FD. Grayscale: #A7A7A7. Windows color (decimal): -10818046 or 192090. OLE color: 192090.

HSL color Cylindrical-coordinate representation of color #5AEE02: hue angle of 97.63º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5AEE02 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 238 2 -
CMYK 0.62 0 0.99 0.07
HSL 97.63º 0.98% 0.47% -
HSV(B) 97.63º 0.99% 0.93% -
XYZ 34.8 63.33 10.45 -
YUV 166.84 34.97 73.19 -
System Red Green Blue C M Y K H S L
Decimal 90 238 2 0.62 0 0.99 0.07 97.63 0.98 0.47
Hex 5A EE 2 3E 0 63 7 62 62 2F
Octal 132 356 2 76 0 143 7 142 142 57
Binary 1011010 11101110 10 111110 0 1100011 111 1100010 1100010 101111

Color Harmonies of #5AEE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEE02

Black with #5AEE02

Text Example


Text Example

White with #5AEE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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