Html Css Color HEX #83C41E Lima

📋 copy color: '#83C41E'

red 131 ◦ green 196 ◦ blue 30

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

Shades of Lima #83C41E

Tints of Lima #83C41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 54.9%

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

R = 36.69%
G = 54.9%
B = 8.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#83C41E (or 0x83C41E) is known color: Lima. HEX triplet: 83, C4 and 1E. RGB value is (131,196,30). Sum of RGB (Red+Green+Blue) = 131+196+30=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #83C41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C41E is #7C3BE1. Grayscale: #9E9E9E. Windows color (decimal): -8141794 or 2016387. OLE color: 2016387.

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

Color convert

RGB 131 196 30 -
CMYK 0.33 0 0.85 0.23
HSL 83.49º 0.73% 0.44% -
HSV(B) 83.49º 0.85% 0.77% -
XYZ 29.33 44.4 8.25 -
YUV 157.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 131 196 30 0.33 0 0.85 0.23 83.49 0.73 0.44
Hex 83 C4 1E 21 0 55 17 53 49 2C
Octal 203 304 36 41 0 125 27 123 111 54
Binary 10000011 11000100 11110 100001 0 1010101 10111 1010011 1001001 101100

Color Harmonies of #83C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C41E

Black with #83C41E

Text Example


Text Example

White with #83C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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