Html Css Color HEX #83CC14 Lima

📋 copy color: '#83CC14'

red 131 ◦ green 204 ◦ blue 20

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

Shades of Lima #83CC14

Tints of Lima #83CC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.46%

 BLUE value IS 20 (8.2% from 255) = 5.63%

R = 36.9%
G = 57.46%
B = 5.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#83CC14 (or 0x83CC14) is known color: Lima. HEX triplet: 83, CC and 14. RGB value is (131,204,20). Sum of RGB (Red+Green+Blue) = 131+204+20=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CC14 is #7C33EB. Grayscale: #A1A1A1. Windows color (decimal): -8139756 or 1363075. OLE color: 1363075.

HSL color Cylindrical-coordinate representation of color #83CC14: hue angle of 83.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83CC14 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 204 20 -
CMYK 0.36 0 0.90 0.2
HSL 83.8º 0.82% 0.44% -
HSV(B) 83.8º 0.9% 0.8% -
XYZ 31.08 48.06 8.3 -
YUV 161.2 48.32 106.46 -
System Red Green Blue C M Y K H S L
Decimal 131 204 20 0.36 0 0.90 0.2 83.8 0.82 0.44
Hex 83 CC 14 24 0 5A 14 54 52 2C
Octal 203 314 24 44 0 132 24 124 122 54
Binary 10000011 11001100 10100 100100 0 1011010 10100 1010100 1010010 101100

Color Harmonies of #83CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC14

Black with #83CC14

Text Example


Text Example

White with #83CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,204,20); }

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

background-color css

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

 a { background-color: rgb(131,204,20); }

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

border-color css

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

 span { border-color: rgb(131,204,20); }

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