Html Css Color HEX #93B41E Limerick

📋 copy color: '#93B41E'

red 147 ◦ green 180 ◦ blue 30

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

Shades of Limerick #93B41E

Tints of Limerick #93B41E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.42%

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

R = 41.18%
G = 50.42%
B = 8.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#93B41E (or 0x93B41E) is known color: Limerick. HEX triplet: 93, B4 and 1E. RGB value is (147,180,30). Sum of RGB (Red+Green+Blue) = 147+180+30=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #93B41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B41E is #6C4BE1. Grayscale: #999999. Windows color (decimal): -7097314 or 2012307. OLE color: 2012307.

HSL color Cylindrical-coordinate representation of color #93B41E: hue angle of 73.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #93B41E is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 180 30 -
CMYK 0.18 0 0.83 0.29
HSL 73.2º 0.71% 0.41% -
HSV(B) 73.2º 0.83% 0.71% -
XYZ 28.59 38.94 7.24 -
YUV 153.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 147 180 30 0.18 0 0.83 0.29 73.2 0.71 0.41
Hex 93 B4 1E 12 0 53 1D 49 47 29
Octal 223 264 36 22 0 123 35 111 107 51
Binary 10010011 10110100 11110 10010 0 1010011 11101 1001001 1000111 101001

Color Harmonies of #93B41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B41E

Black with #93B41E

Text Example


Text Example

White with #93B41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,180,30); }

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

background-color css

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

 a { background-color: rgb(147,180,30); }

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

border-color css

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

 span { border-color: rgb(147,180,30); }

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