Html Css Color HEX #83C31F Lima

📋 copy color: '#83C31F'

red 131 ◦ green 195 ◦ blue 31

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

Shades of Lima #83C31F

Tints of Lima #83C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.62%

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 36.69%
G = 54.62%
B = 8.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#83C31F (or 0x83C31F) is known color: Lima. HEX triplet: 83, C3 and 1F. RGB value is (131,195,31). Sum of RGB (Red+Green+Blue) = 131+195+31=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #83C31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C31F is #7C3CE0. Grayscale: #9D9D9D. Windows color (decimal): -8142049 or 2081667. OLE color: 2081667.

HSL color Cylindrical-coordinate representation of color #83C31F: hue angle of 83.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83C31F is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 195 31 -
CMYK 0.33 0 0.84 0.24
HSL 83.41º 0.73% 0.44% -
HSV(B) 83.41º 0.84% 0.76% -
XYZ 29.12 43.95 8.25 -
YUV 157.17 56.8 109.34 -
System Red Green Blue C M Y K H S L
Decimal 131 195 31 0.33 0 0.84 0.24 83.41 0.73 0.44
Hex 83 C3 1F 21 0 54 18 53 49 2C
Octal 203 303 37 41 0 124 30 123 111 54
Binary 10000011 11000011 11111 100001 0 1010100 11000 1010011 1001001 101100

Color Harmonies of #83C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C31F

Black with #83C31F

Text Example


Text Example

White with #83C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,195,31); }

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

background-color css

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

 a { background-color: rgb(131,195,31); }

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

border-color css

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

 span { border-color: rgb(131,195,31); }

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