Html Css Color HEX #93E002 Spring Bud

📋 copy color: '#93E002'

red 147 ◦ green 224 ◦ blue 2

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

Shades of Spring Bud #93E002

Tints of Spring Bud #93E002

RGB

 RED value IS 147 (57.81% from 255) = 39.41%

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

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

R = 39.41%
G = 60.05%
B = 0.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#93E002 (or 0x93E002) is known color: Spring Bud. HEX triplet: 93, E0 and 02. RGB value is (147,224,2). Sum of RGB (Red+Green+Blue) = 147+224+2=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 224 (87.89% from 255 or 60.05% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 224 - color contains mainly: green. Hex color #93E002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93E002 is #6C1FFD. Grayscale: #B0B0B0. Windows color (decimal): -7086078 or 188563. OLE color: 188563.

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

Color convert

RGB 147 224 2 -
CMYK 0.34 0 0.99 0.12
HSL 80.81º 0.98% 0.44% -
HSV(B) 80.81º 0.99% 0.88% -
XYZ 38.7 59.52 9.51 -
YUV 175.67 29.99 107.55 -
System Red Green Blue C M Y K H S L
Decimal 147 224 2 0.34 0 0.99 0.12 80.81 0.98 0.44
Hex 93 E0 2 22 0 63 C 51 62 2C
Octal 223 340 2 42 0 143 14 121 142 54
Binary 10010011 11100000 10 100010 0 1100011 1100 1010001 1100010 101100

Color Harmonies of #93E002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E002

Black with #93E002

Text Example


Text Example

White with #93E002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93E002; }

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

 H1.HeaderClassName
 {
   color: #93E002;
 }
 .AnyTagClassName
 {
   color: #93E002;
 }
</style>

background-color css

<style>
 a { background-color: #93E002; }

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

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

border-color css

<style>
 span { border-color: #93E002; }

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

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