Html Css Color HEX #5DE002 Bright Green

📋 copy color: '#5DE002'

red 93 ◦ green 224 ◦ blue 2

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

Shades of Bright Green #5DE002

Tints of Bright Green #5DE002

RGB

 RED value IS 93 (36.72% from 255) = 29.15%

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

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

R = 29.15%
G = 70.22%
B = 0.63%

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

#5DE002 (or 0x5DE002) is known color: Bright Green. HEX triplet: 5D, E0 and 02. RGB value is (93,224,2). Sum of RGB (Red+Green+Blue) = 93+224+2=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 224 (87.89% from 255 or 70.22% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DE002 is #A21FFD. Grayscale: #A0A0A0. Windows color (decimal): -10625022 or 188509. OLE color: 188509.

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

Color convert

RGB 93 224 2 -
CMYK 0.58 0 0.99 0.12
HSL 95.41º 0.98% 0.44% -
HSV(B) 95.41º 0.99% 0.88% -
XYZ 31.18 55.64 9.15 -
YUV 159.52 39.1 80.55 -
System Red Green Blue C M Y K H S L
Decimal 93 224 2 0.58 0 0.99 0.12 95.41 0.98 0.44
Hex 5D E0 2 3A 0 63 C 5F 62 2C
Octal 135 340 2 72 0 143 14 137 142 54
Binary 1011101 11100000 10 111010 0 1100011 1100 1011111 1100010 101100

Color Harmonies of #5DE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DE002

Black with #5DE002

Text Example


Text Example

White with #5DE002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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