Html Css Color HEX #5FDC02 Bright Green

📋 copy color: '#5FDC02'

red 95 ◦ green 220 ◦ blue 2

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

Shades of Bright Green #5FDC02

Tints of Bright Green #5FDC02

RGB

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

 GREEN value IS 220 (86.33% from 255) = 69.4%

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

R = 29.97%
G = 69.4%
B = 0.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#5FDC02 (or 0x5FDC02) is known color: Bright Green. HEX triplet: 5F, DC and 02. RGB value is (95,220,2). Sum of RGB (Red+Green+Blue) = 95+220+2=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 220 (86.33% from 255 or 69.40% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDC02 is #A023FD. Grayscale: #9E9E9E. Windows color (decimal): -10494974 or 187487. OLE color: 187487.

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

Color convert

RGB 95 220 2 -
CMYK 0.57 0 0.99 0.14
HSL 94.4º 0.98% 0.44% -
HSV(B) 94.4º 0.99% 0.86% -
XYZ 30.32 53.62 8.81 -
YUV 157.77 40.09 83.23 -
System Red Green Blue C M Y K H S L
Decimal 95 220 2 0.57 0 0.99 0.14 94.4 0.98 0.44
Hex 5F DC 2 39 0 63 E 5E 62 2C
Octal 137 334 2 71 0 143 16 136 142 54
Binary 1011111 11011100 10 111001 0 1100011 1110 1011110 1100010 101100

Color Harmonies of #5FDC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDC02

Black with #5FDC02

Text Example


Text Example

White with #5FDC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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