Html Css Color HEX #5FEA02 Bright Green

📋 copy color: '#5FEA02'

red 95 ◦ green 234 ◦ blue 2

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

Shades of Bright Green #5FEA02

Tints of Bright Green #5FEA02

RGB

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

 GREEN value IS 234 (91.8% from 255) = 70.69%

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

R = 28.7%
G = 70.69%
B = 0.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#5FEA02 (or 0x5FEA02) is known color: Bright Green. HEX triplet: 5F, EA and 02. RGB value is (95,234,2). Sum of RGB (Red+Green+Blue) = 95+234+2=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 234 (91.80% from 255 or 70.69% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEA02 is #A015FD. Grayscale: #A6A6A6. Windows color (decimal): -10491390 or 191071. OLE color: 191071.

HSL color Cylindrical-coordinate representation of color #5FEA02: hue angle of 95.95º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FEA02 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 234 2 -
CMYK 0.59 0 0.99 0.08
HSL 95.95º 0.98% 0.46% -
HSV(B) 95.95º 0.99% 0.92% -
XYZ 34.15 61.28 10.09 -
YUV 165.99 35.45 77.36 -
System Red Green Blue C M Y K H S L
Decimal 95 234 2 0.59 0 0.99 0.08 95.95 0.98 0.46
Hex 5F EA 2 3B 0 63 8 60 62 2E
Octal 137 352 2 73 0 143 10 140 142 56
Binary 1011111 11101010 10 111011 0 1100011 1000 1100000 1100010 101110

Color Harmonies of #5FEA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEA02

Black with #5FEA02

Text Example


Text Example

White with #5FEA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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