Html Css Color HEX #83B51E Lima

📋 copy color: '#83B51E'

red 131 ◦ green 181 ◦ blue 30

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

Shades of Lima #83B51E

Tints of Lima #83B51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.92%

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

R = 38.3%
G = 52.92%
B = 8.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#83B51E (or 0x83B51E) is known color: Lima. HEX triplet: 83, B5 and 1E. RGB value is (131,181,30). Sum of RGB (Red+Green+Blue) = 131+181+30=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #83B51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B51E is #7C4AE1. Grayscale: #959595. Windows color (decimal): -8145634 or 2012547. OLE color: 2012547.

HSL color Cylindrical-coordinate representation of color #83B51E: hue angle of 79.87º degrees, saturation: 0.72, 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 #83B51E is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 181 30 -
CMYK 0.28 0 0.83 0.29
HSL 79.87º 0.72% 0.41% -
HSV(B) 79.87º 0.83% 0.71% -
XYZ 26.12 37.97 7.18 -
YUV 148.84 60.94 115.28 -
System Red Green Blue C M Y K H S L
Decimal 131 181 30 0.28 0 0.83 0.29 79.87 0.72 0.41
Hex 83 B5 1E 1C 0 53 1D 50 48 29
Octal 203 265 36 34 0 123 35 120 110 51
Binary 10000011 10110101 11110 11100 0 1010011 11101 1010000 1001000 101001

Color Harmonies of #83B51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B51E

Black with #83B51E

Text Example


Text Example

White with #83B51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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