Html Css Color HEX #5FE002 Bright Green

📋 copy color: '#5FE002'

red 95 ◦ green 224 ◦ blue 2

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

Shades of Bright Green #5FE002

Tints of Bright Green #5FE002

RGB

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

 GREEN value IS 224 (87.89% from 255) = 69.78%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 29.6%
G = 69.78%
B = 0.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#5FE002 (or 0x5FE002) is known color: Bright Green. HEX triplet: 5F, E0 and 02. RGB value is (95,224,2). Sum of RGB (Red+Green+Blue) = 95+224+2=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE002 is #A01FFD. Grayscale: #A0A0A0. Windows color (decimal): -10493950 or 188511. OLE color: 188511.

HSL color Cylindrical-coordinate representation of color #5FE002: hue angle of 94.86º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FE002 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 95 224 2 -
CMYK 0.58 0 0.99 0.12
HSL 94.86º 0.98% 0.44% -
HSV(B) 94.86º 0.99% 0.88% -
XYZ 31.39 55.75 9.16 -
YUV 160.12 38.76 81.55 -
System Red Green Blue C M Y K H S L
Decimal 95 224 2 0.58 0 0.99 0.12 94.86 0.98 0.44
Hex 5F E0 2 3A 0 63 C 5F 62 2C
Octal 137 340 2 72 0 143 14 137 142 54
Binary 1011111 11100000 10 111010 0 1100011 1100 1011111 1100010 101100

Color Harmonies of #5FE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE002

Black with #5FE002

Text Example


Text Example

White with #5FE002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,224,2); }

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

background-color css

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

 a { background-color: rgb(95,224,2); }

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

border-color css

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

 span { border-color: rgb(95,224,2); }

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