Html Css Color HEX #5FEB02 Bright Green

📋 copy color: '#5FEB02'

red 95 ◦ green 235 ◦ blue 2

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

Shades of Bright Green #5FEB02

Tints of Bright Green #5FEB02

RGB

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

 GREEN value IS 235 (92.19% from 255) = 70.78%

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

R = 28.61%
G = 70.78%
B = 0.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#5FEB02 (or 0x5FEB02) is known color: Bright Green. HEX triplet: 5F, EB and 02. RGB value is (95,235,2). Sum of RGB (Red+Green+Blue) = 95+235+2=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 235 (92.19% from 255 or 70.78% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEB02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEB02 is #A014FD. Grayscale: #A7A7A7. Windows color (decimal): -10491134 or 191327. OLE color: 191327.

HSL color Cylindrical-coordinate representation of color #5FEB02: hue angle of 96.05º 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 #5FEB02 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 235 2 -
CMYK 0.60 0 0.99 0.08
HSL 96.05º 0.98% 0.46% -
HSV(B) 96.05º 0.99% 0.92% -
XYZ 34.44 61.85 10.18 -
YUV 166.58 35.12 76.95 -
System Red Green Blue C M Y K H S L
Decimal 95 235 2 0.60 0 0.99 0.08 96.05 0.98 0.46
Hex 5F EB 2 3C 0 63 8 60 62 2E
Octal 137 353 2 74 0 143 10 140 142 56
Binary 1011111 11101011 10 111100 0 1100011 1000 1100000 1100010 101110

Color Harmonies of #5FEB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEB02

Black with #5FEB02

Text Example


Text Example

White with #5FEB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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