Html Css Color HEX #83C21E Lima

📋 copy color: '#83C21E'

red 131 ◦ green 194 ◦ blue 30

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

Shades of Lima #83C21E

Tints of Lima #83C21E

RGB

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

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

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

R = 36.9%
G = 54.65%
B = 8.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#83C21E (or 0x83C21E) is known color: Lima. HEX triplet: 83, C2 and 1E. RGB value is (131,194,30). Sum of RGB (Red+Green+Blue) = 131+194+30=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #83C21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C21E is #7C3DE1. Grayscale: #9D9D9D. Windows color (decimal): -8142306 or 2015875. OLE color: 2015875.

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

Color convert

RGB 131 194 30 -
CMYK 0.32 0 0.85 0.24
HSL 83.05º 0.73% 0.44% -
HSV(B) 83.05º 0.85% 0.76% -
XYZ 28.89 43.5 8.1 -
YUV 156.47 56.63 109.84 -
System Red Green Blue C M Y K H S L
Decimal 131 194 30 0.32 0 0.85 0.24 83.05 0.73 0.44
Hex 83 C2 1E 20 0 55 18 53 49 2C
Octal 203 302 36 40 0 125 30 123 111 54
Binary 10000011 11000010 11110 100000 0 1010101 11000 1010011 1001001 101100

Color Harmonies of #83C21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C21E

Black with #83C21E

Text Example


Text Example

White with #83C21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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