Html Css Color HEX #83BC2E Limerick

📋 copy color: '#83BC2E'

red 131 ◦ green 188 ◦ blue 46

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

Shades of Limerick #83BC2E

Tints of Limerick #83BC2E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.51%

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 35.89%
G = 51.51%
B = 12.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#83BC2E (or 0x83BC2E) is known color: Limerick. HEX triplet: 83, BC and 2E. RGB value is (131,188,46). Sum of RGB (Red+Green+Blue) = 131+188+46=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC2E is #7C43D1. Grayscale: #9B9B9B. Windows color (decimal): -8143826 or 3062915. OLE color: 3062915.

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

Color convert

RGB 131 188 46 -
CMYK 0.30 0 0.76 0.26
HSL 84.08º 0.61% 0.46% -
HSV(B) 84.08º 0.76% 0.74% -
XYZ 27.84 40.99 9.03 -
YUV 154.77 66.62 111.05 -
System Red Green Blue C M Y K H S L
Decimal 131 188 46 0.30 0 0.76 0.26 84.08 0.61 0.46
Hex 83 BC 2E 1E 0 4C 1A 54 3D 2E
Octal 203 274 56 36 0 114 32 124 75 56
Binary 10000011 10111100 101110 11110 0 1001100 11010 1010100 111101 101110

Color Harmonies of #83BC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC2E

Black with #83BC2E

Text Example


Text Example

White with #83BC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,188,46); }

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

background-color css

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

 a { background-color: rgb(131,188,46); }

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

border-color css

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

 span { border-color: rgb(131,188,46); }

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