Html Css Color HEX #5AF133 Lime Green

📋 copy color: '#5AF133'

red 90 ◦ green 241 ◦ blue 51

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

Shades of Lime Green #5AF133

Tints of Lime Green #5AF133

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.09%

 BLUE value IS 51 (20.31% from 255) = 13.35%

R = 23.56%
G = 63.09%
B = 13.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#5AF133 (or 0x5AF133) is known color: Lime Green. HEX triplet: 5A, F1 and 33. RGB value is (90,241,51). Sum of RGB (Red+Green+Blue) = 90+241+51=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF133 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF133 is #A50ECC. Grayscale: #AEAEAE. Windows color (decimal): -10817229 or 3404122. OLE color: 3404122.

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

Color convert

RGB 90 241 51 -
CMYK 0.63 0 0.79 0.05
HSL 107.68º 0.87% 0.57% -
HSV(B) 107.68º 0.79% 0.95% -
XYZ 36.27 65.32 13.83 -
YUV 174.19 58.47 67.95 -
System Red Green Blue C M Y K H S L
Decimal 90 241 51 0.63 0 0.79 0.05 107.68 0.87 0.57
Hex 5A F1 33 3F 0 4F 5 6C 57 39
Octal 132 361 63 77 0 117 5 154 127 71
Binary 1011010 11110001 110011 111111 0 1001111 101 1101100 1010111 111001

Color Harmonies of #5AF133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF133

Black with #5AF133

Text Example


Text Example

White with #5AF133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,241,51); }

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

background-color css

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

 a { background-color: rgb(90,241,51); }

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

border-color css

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

 span { border-color: rgb(90,241,51); }

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