Html Css Color HEX #83BA30 Limerick

📋 copy color: '#83BA30'

red 131 ◦ green 186 ◦ blue 48

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

Shades of Limerick #83BA30

Tints of Limerick #83BA30

RGB

 RED value IS 131 (51.56% from 255) = 35.89%

 GREEN value IS 186 (73.05% from 255) = 50.96%

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 35.89%
G = 50.96%
B = 13.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#83BA30 (or 0x83BA30) is known color: Limerick. HEX triplet: 83, BA and 30. RGB value is (131,186,48). Sum of RGB (Red+Green+Blue) = 131+186+48=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA30 is #7C45CF. Grayscale: #9A9A9A. Windows color (decimal): -8144336 or 3193475. OLE color: 3193475.

HSL color Cylindrical-coordinate representation of color #83BA30: hue angle of 83.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83BA30 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 48 -
CMYK 0.30 0 0.74 0.27
HSL 83.91º 0.59% 0.46% -
HSV(B) 83.91º 0.74% 0.73% -
XYZ 27.45 40.16 9.1 -
YUV 153.82 68.28 111.72 -
System Red Green Blue C M Y K H S L
Decimal 131 186 48 0.30 0 0.74 0.27 83.91 0.59 0.46
Hex 83 BA 30 1E 0 4A 1B 54 3B 2E
Octal 203 272 60 36 0 112 33 124 73 56
Binary 10000011 10111010 110000 11110 0 1001010 11011 1010100 111011 101110

Color Harmonies of #83BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA30

Black with #83BA30

Text Example


Text Example

White with #83BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BA30; }

 p { color: rgb(131,186,48); }

 H1.HeaderClassName
 {
   color: #83BA30;
 }
 .AnyTagClassName
 {
   color: #83BA30;
 }
</style>

background-color css

<style>
 a { background-color: #83BA30; }

 a { background-color: rgb(131,186,48); }

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

border-color css

<style>
 span { border-color: #83BA30; }

 span { border-color: rgb(131,186,48); }

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