Html Css Color HEX #5AF030 Bright Green

📋 copy color: '#5AF030'

red 90 ◦ green 240 ◦ blue 48

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

Shades of Bright Green #5AF030

Tints of Bright Green #5AF030

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.49%

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 23.81%
G = 63.49%
B = 12.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#5AF030 (or 0x5AF030) is known color: Bright Green. HEX triplet: 5A, F0 and 30. RGB value is (90,240,48). Sum of RGB (Red+Green+Blue) = 90+240+48=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF030 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF030 is #A50FCF. Grayscale: #ADADAD. Windows color (decimal): -10817488 or 3207258. OLE color: 3207258.

HSL color Cylindrical-coordinate representation of color #5AF030: hue angle of 106.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5AF030 is Cyan = 0.62, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 240 48 -
CMYK 0.62 0 0.8 0.06
HSL 106.88º 0.86% 0.56% -
HSV(B) 106.88º 0.8% 0.94% -
XYZ 35.91 64.71 13.39 -
YUV 173.26 57.31 68.61 -
System Red Green Blue C M Y K H S L
Decimal 90 240 48 0.62 0 0.8 0.06 106.88 0.86 0.56
Hex 5A F0 30 3E 0 50 6 6B 56 38
Octal 132 360 60 76 0 120 6 153 126 70
Binary 1011010 11110000 110000 111110 0 1010000 110 1101011 1010110 111000

Color Harmonies of #5AF030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF030

Black with #5AF030

Text Example


Text Example

White with #5AF030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,240,48); }

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

background-color css

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

 a { background-color: rgb(90,240,48); }

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

border-color css

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

 span { border-color: rgb(90,240,48); }

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