Html Css Color HEX #5FE312 Bright Green

📋 copy color: '#5FE312'

red 95 ◦ green 227 ◦ blue 18

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

Shades of Bright Green #5FE312

Tints of Bright Green #5FE312

RGB

 RED value IS 95 (37.5% from 255) = 27.94%

 GREEN value IS 227 (89.06% from 255) = 66.76%

 BLUE value IS 18 (7.42% from 255) = 5.29%

R = 27.94%
G = 66.76%
B = 5.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#5FE312 (or 0x5FE312) is known color: Bright Green. HEX triplet: 5F, E3 and 12. RGB value is (95,227,18). Sum of RGB (Red+Green+Blue) = 95+227+18=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 227 (89.06% from 255 or 66.76% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE312 is #A01CED. Grayscale: #A4A4A4. Windows color (decimal): -10493166 or 1237855. OLE color: 1237855.

HSL color Cylindrical-coordinate representation of color #5FE312: hue angle of 97.89º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FE312 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 95 227 18 -
CMYK 0.58 0 0.92 0.11
HSL 97.89º 0.85% 0.48% -
HSV(B) 97.89º 0.92% 0.89% -
XYZ 32.3 57.41 9.95 -
YUV 163.71 45.77 78.99 -
System Red Green Blue C M Y K H S L
Decimal 95 227 18 0.58 0 0.92 0.11 97.89 0.85 0.48
Hex 5F E3 12 3A 0 5C B 62 55 30
Octal 137 343 22 72 0 134 13 142 125 60
Binary 1011111 11100011 10010 111010 0 1011100 1011 1100010 1010101 110000

Color Harmonies of #5FE312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE312

Black with #5FE312

Text Example


Text Example

White with #5FE312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,227,18); }

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

background-color css

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

 a { background-color: rgb(95,227,18); }

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

border-color css

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

 span { border-color: rgb(95,227,18); }

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