Html Css Color HEX #5AEB32 Lime Green

📋 copy color: '#5AEB32'

red 90 ◦ green 235 ◦ blue 50

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

Shades of Lime Green #5AEB32

Tints of Lime Green #5AEB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 62.67%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 24%
G = 62.67%
B = 13.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#5AEB32 (or 0x5AEB32) is known color: Lime Green. HEX triplet: 5A, EB and 32. RGB value is (90,235,50). Sum of RGB (Red+Green+Blue) = 90+235+50=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 235 (92.19% from 255 or 62.67% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEB32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AEB32 is #A514CD. Grayscale: #ABABAB. Windows color (decimal): -10818766 or 3337050. OLE color: 3337050.

HSL color Cylindrical-coordinate representation of color #5AEB32: hue angle of 107.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AEB32 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 235 50 -
CMYK 0.62 0 0.79 0.08
HSL 107.03º 0.82% 0.56% -
HSV(B) 107.03º 0.79% 0.92% -
XYZ 34.5 61.82 13.13 -
YUV 170.56 59.96 70.54 -
System Red Green Blue C M Y K H S L
Decimal 90 235 50 0.62 0 0.79 0.08 107.03 0.82 0.56
Hex 5A EB 32 3E 0 4F 8 6B 52 38
Octal 132 353 62 76 0 117 10 153 122 70
Binary 1011010 11101011 110010 111110 0 1001111 1000 1101011 1010010 111000

Color Harmonies of #5AEB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEB32

Black with #5AEB32

Text Example


Text Example

White with #5AEB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,235,50); }

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

background-color css

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

 a { background-color: rgb(90,235,50); }

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

border-color css

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

 span { border-color: rgb(90,235,50); }

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