Html Css Color HEX #92EC02 Spring Bud

📋 copy color: '#92EC02'

red 146 ◦ green 236 ◦ blue 2

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

Shades of Spring Bud #92EC02

Tints of Spring Bud #92EC02

RGB

 RED value IS 146 (57.42% from 255) = 38.02%

 GREEN value IS 236 (92.58% from 255) = 61.46%

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

R = 38.02%
G = 61.46%
B = 0.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#92EC02 (or 0x92EC02) is known color: Spring Bud. HEX triplet: 92, EC and 02. RGB value is (146,236,2). Sum of RGB (Red+Green+Blue) = 146+236+2=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 236 (92.58% from 255 or 61.46% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92EC02 is #6D13FD. Grayscale: #B7B7B7. Windows color (decimal): -7148542 or 191634. OLE color: 191634.

HSL color Cylindrical-coordinate representation of color #92EC02: hue angle of 83.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92EC02 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 236 2 -
CMYK 0.38 0 0.99 0.07
HSL 83.08º 0.98% 0.47% -
HSV(B) 83.08º 0.99% 0.93% -
XYZ 41.86 66.11 10.61 -
YUV 182.41 26.18 102.03 -
System Red Green Blue C M Y K H S L
Decimal 146 236 2 0.38 0 0.99 0.07 83.08 0.98 0.47
Hex 92 EC 2 26 0 63 7 53 62 2F
Octal 222 354 2 46 0 143 7 123 142 57
Binary 10010010 11101100 10 100110 0 1100011 111 1010011 1100010 101111

Color Harmonies of #92EC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EC02

Black with #92EC02

Text Example


Text Example

White with #92EC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92EC02; }

 p { color: rgb(146,236,2); }

 H1.HeaderClassName
 {
   color: #92EC02;
 }
 .AnyTagClassName
 {
   color: #92EC02;
 }
</style>

background-color css

<style>
 a { background-color: #92EC02; }

 a { background-color: rgb(146,236,2); }

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

border-color css

<style>
 span { border-color: #92EC02; }

 span { border-color: rgb(146,236,2); }

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