Html Css Color HEX #83C21C Lima

📋 copy color: '#83C21C'

red 131 ◦ green 194 ◦ blue 28

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

Shades of Lima #83C21C

Tints of Lima #83C21C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.96%

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 37.11%
G = 54.96%
B = 7.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#83C21C (or 0x83C21C) is known color: Lima. HEX triplet: 83, C2 and 1C. RGB value is (131,194,28). Sum of RGB (Red+Green+Blue) = 131+194+28=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #83C21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C21C is #7C3DE3. Grayscale: #9C9C9C. Windows color (decimal): -8142308 or 1884803. OLE color: 1884803.

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

Color convert

RGB 131 194 28 -
CMYK 0.32 0 0.86 0.24
HSL 82.77º 0.75% 0.44% -
HSV(B) 82.77º 0.86% 0.76% -
XYZ 28.86 43.49 7.97 -
YUV 156.24 55.63 110 -
System Red Green Blue C M Y K H S L
Decimal 131 194 28 0.32 0 0.86 0.24 82.77 0.75 0.44
Hex 83 C2 1C 20 0 56 18 53 4B 2C
Octal 203 302 34 40 0 126 30 123 113 54
Binary 10000011 11000010 11100 100000 0 1010110 11000 1010011 1001011 101100

Color Harmonies of #83C21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C21C

Black with #83C21C

Text Example


Text Example

White with #83C21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,194,28); }

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

background-color css

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

 a { background-color: rgb(131,194,28); }

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

border-color css

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

 span { border-color: rgb(131,194,28); }

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