Html Css Color HEX #92C01E Limerick

📋 copy color: '#92C01E'

red 146 ◦ green 192 ◦ blue 30

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

Shades of Limerick #92C01E

Tints of Limerick #92C01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.17%

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 39.67%
G = 52.17%
B = 8.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#92C01E (or 0x92C01E) is known color: Limerick. HEX triplet: 92, C0 and 1E. RGB value is (146,192,30). Sum of RGB (Red+Green+Blue) = 146+192+30=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #92C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C01E is #6D3FE1. Grayscale: #A0A0A0. Windows color (decimal): -7159778 or 2015378. OLE color: 2015378.

HSL color Cylindrical-coordinate representation of color #92C01E: hue angle of 77.04º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92C01E is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 192 30 -
CMYK 0.24 0 0.84 0.25
HSL 77.04º 0.73% 0.44% -
HSV(B) 77.04º 0.84% 0.75% -
XYZ 30.94 43.9 8.07 -
YUV 159.78 54.76 118.17 -
System Red Green Blue C M Y K H S L
Decimal 146 192 30 0.24 0 0.84 0.25 77.04 0.73 0.44
Hex 92 C0 1E 18 0 54 19 4D 49 2C
Octal 222 300 36 30 0 124 31 115 111 54
Binary 10010010 11000000 11110 11000 0 1010100 11001 1001101 1001001 101100

Color Harmonies of #92C01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C01E

Black with #92C01E

Text Example


Text Example

White with #92C01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,192,30); }

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

background-color css

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

 a { background-color: rgb(146,192,30); }

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

border-color css

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

 span { border-color: rgb(146,192,30); }

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