#83C30A

Color #83C30A Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #83C30A

Tints of Lima #83C30A

Color information

#83C30A (or 0x83C30A) is unknown color: approx Lima. HEX triplet: 83, C3 and 0A. RGB value is (131,195,10). Sum of RGB (Red+Green+Blue) = 131+195+10=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #83C30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C30A is #7C3CF5. Grayscale: #9B9B9B. Windows color (decimal): -8142070 or 705411. OLE color: 705411.

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

Color convert

RGB13119510-
CMYK0.3300.950.24
HSL80.76º90.24%40.2%-
HSV(B)80.76º94.87%76.47%-
XYZ28.9343.887.23-
YUV154.7746.3111.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 195 (76.56% from 255) = 58.04%
BLUE value IS 10 (4.30% from 255) = 2.98%
R=38.99%
G=58.04%
B=2.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131195100.3300.950.2480.7690.2440.2
Hex83C3A2105F18515a28
Octal203303124101373012113250
Binary10000011110000111010100001010111111100010100011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83C30A;
 }
 .AnyTagClassName
 {
   color: #83C30A;
 }
</style>
background-color css

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

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

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

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

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

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