Html Css Color HEX #83BB1E Lima

📋 copy color: '#83BB1E'

red 131 ◦ green 187 ◦ blue 30

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

Shades of Lima #83BB1E

Tints of Lima #83BB1E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.74%

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

R = 37.64%
G = 53.74%
B = 8.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#83BB1E (or 0x83BB1E) is known color: Lima. HEX triplet: 83, BB and 1E. RGB value is (131,187,30). Sum of RGB (Red+Green+Blue) = 131+187+30=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BB1E is #7C44E1. Grayscale: #989898. Windows color (decimal): -8144098 or 2014083. OLE color: 2014083.

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

Color convert

RGB 131 187 30 -
CMYK 0.30 0 0.84 0.27
HSL 81.4º 0.72% 0.43% -
HSV(B) 81.4º 0.84% 0.73% -
XYZ 27.36 40.46 7.6 -
YUV 152.36 58.95 112.77 -
System Red Green Blue C M Y K H S L
Decimal 131 187 30 0.30 0 0.84 0.27 81.4 0.72 0.43
Hex 83 BB 1E 1E 0 54 1B 51 48 2B
Octal 203 273 36 36 0 124 33 121 110 53
Binary 10000011 10111011 11110 11110 0 1010100 11011 1010001 1001000 101011

Color Harmonies of #83BB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BB1E

Black with #83BB1E

Text Example


Text Example

White with #83BB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,187,30); }

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

background-color css

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

 a { background-color: rgb(131,187,30); }

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

border-color css

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

 span { border-color: rgb(131,187,30); }

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