Html Css Color HEX #5FDD02 Bright Green

📋 copy color: '#5FDD02'

red 95 ◦ green 221 ◦ blue 2

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

Shades of Bright Green #5FDD02

Tints of Bright Green #5FDD02

RGB

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

 GREEN value IS 221 (86.72% from 255) = 69.5%

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

R = 29.87%
G = 69.5%
B = 0.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#5FDD02 (or 0x5FDD02) is known color: Bright Green. HEX triplet: 5F, DD and 02. RGB value is (95,221,2). Sum of RGB (Red+Green+Blue) = 95+221+2=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 221 (86.72% from 255 or 69.50% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDD02 is #A022FD. Grayscale: #9F9F9F. Windows color (decimal): -10494718 or 187743. OLE color: 187743.

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

Color convert

RGB 95 221 2 -
CMYK 0.57 0 0.99 0.13
HSL 94.52º 0.98% 0.44% -
HSV(B) 94.52º 0.99% 0.87% -
XYZ 30.59 54.15 8.9 -
YUV 158.36 39.76 82.81 -
System Red Green Blue C M Y K H S L
Decimal 95 221 2 0.57 0 0.99 0.13 94.52 0.98 0.44
Hex 5F DD 2 39 0 63 D 5F 62 2C
Octal 137 335 2 71 0 143 15 137 142 54
Binary 1011111 11011101 10 111001 0 1100011 1101 1011111 1100010 101100

Color Harmonies of #5FDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDD02

Black with #5FDD02

Text Example


Text Example

White with #5FDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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