Html Css Color HEX #5EF130 Bright Green

📋 copy color: '#5EF130'

red 94 ◦ green 241 ◦ blue 48

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

Shades of Bright Green #5EF130

Tints of Bright Green #5EF130

RGB

 RED value IS 94 (37.11% from 255) = 24.54%

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

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

R = 24.54%
G = 62.92%
B = 12.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#5EF130 (or 0x5EF130) is known color: Bright Green. HEX triplet: 5E, F1 and 30. RGB value is (94,241,48). Sum of RGB (Red+Green+Blue) = 94+241+48=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 241 (94.53% from 255 or 62.92% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF130 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF130 is #A10ECF. Grayscale: #AFAFAF. Windows color (decimal): -10555088 or 3207518. OLE color: 3207518.

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

Color convert

RGB 94 241 48 -
CMYK 0.61 0 0.80 0.05
HSL 105.7º 0.87% 0.57% -
HSV(B) 105.7º 0.8% 0.95% -
XYZ 36.6 65.5 13.51 -
YUV 175.05 56.3 70.19 -
System Red Green Blue C M Y K H S L
Decimal 94 241 48 0.61 0 0.80 0.05 105.7 0.87 0.57
Hex 5E F1 30 3D 0 50 5 6A 57 39
Octal 136 361 60 75 0 120 5 152 127 71
Binary 1011110 11110001 110000 111101 0 1010000 101 1101010 1010111 111001

Color Harmonies of #5EF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF130

Black with #5EF130

Text Example


Text Example

White with #5EF130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,241,48); }

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

background-color css

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

 a { background-color: rgb(94,241,48); }

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

border-color css

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

 span { border-color: rgb(94,241,48); }

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