Html Css Color HEX #94FF02 Spring Bud

📋 copy color: '#94FF02'

red 148 ◦ green 255 ◦ blue 2

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

Shades of Spring Bud #94FF02

Tints of Spring Bud #94FF02

RGB

 RED value IS 148 (58.2% from 255) = 36.54%

 GREEN value IS 255 (100% from 255) = 62.96%

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

R = 36.54%
G = 62.96%
B = 0.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#94FF02 (or 0x94FF02) is known color: Spring Bud. HEX triplet: 94, FF and 02. RGB value is (148,255,2). Sum of RGB (Red+Green+Blue) = 148+255+2=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 255 (100% from 255 or 62.96% from 405); Blue value is 2 (1.17% from 255 or 0.49% from 405); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FF02 is #6B00FD. Grayscale: #C3C3C3. Windows color (decimal): -7012606 or 196500. OLE color: 196500.

HSL color Cylindrical-coordinate representation of color #94FF02: hue angle of 85.38º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94FF02 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 148 255 2 -
CMYK 0.42 0 0.99 0
HSL 85.38º 1% 0.5% -
HSV(B) 85.38º 0.99% 1% -
XYZ 47.98 77.82 12.55 -
YUV 194.17 19.55 95.07 -
System Red Green Blue C M Y K H S L
Decimal 148 255 2 0.42 0 0.99 0 85.38 1 0.5
Hex 94 FF 2 2A 0 63 0 55 64 32
Octal 224 377 2 52 0 143 0 125 144 62
Binary 10010100 11111111 10 101010 0 1100011 0 1010101 1100100 110010

Color Harmonies of #94FF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF02

Black with #94FF02

Text Example


Text Example

White with #94FF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94FF02; }

 p { color: rgb(148,255,2); }

 H1.HeaderClassName
 {
   color: #94FF02;
 }
 .AnyTagClassName
 {
   color: #94FF02;
 }
</style>

background-color css

<style>
 a { background-color: #94FF02; }

 a { background-color: rgb(148,255,2); }

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

border-color css

<style>
 span { border-color: #94FF02; }

 span { border-color: rgb(148,255,2); }

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