Html Css Color HEX #83EC12 Lawn Green

📋 copy color: '#83EC12'

red 131 ◦ green 236 ◦ blue 18

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

Shades of Lawn Green #83EC12

Tints of Lawn Green #83EC12

RGB

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

 GREEN value IS 236 (92.58% from 255) = 61.3%

 BLUE value IS 18 (7.42% from 255) = 4.68%

R = 34.03%
G = 61.3%
B = 4.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#83EC12 (or 0x83EC12) is known color: Lawn Green. HEX triplet: 83, EC and 12. RGB value is (131,236,18). Sum of RGB (Red+Green+Blue) = 131+236+18=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #83EC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83EC12 is #7C13ED. Grayscale: #B4B4B4. Windows color (decimal): -8131566 or 1240195. OLE color: 1240195.

HSL color Cylindrical-coordinate representation of color #83EC12: hue angle of 88.9º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83EC12 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 236 18 -
CMYK 0.44 0 0.92 0.07
HSL 88.9º 0.86% 0.5% -
HSV(B) 88.9º 0.92% 0.93% -
XYZ 39.46 64.86 11.01 -
YUV 179.75 36.71 93.23 -
System Red Green Blue C M Y K H S L
Decimal 131 236 18 0.44 0 0.92 0.07 88.9 0.86 0.5
Hex 83 EC 12 2C 0 5C 7 59 56 32
Octal 203 354 22 54 0 134 7 131 126 62
Binary 10000011 11101100 10010 101100 0 1011100 111 1011001 1010110 110010

Color Harmonies of #83EC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EC12

Black with #83EC12

Text Example


Text Example

White with #83EC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,236,18); }

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

background-color css

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

 a { background-color: rgb(131,236,18); }

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

border-color css

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

 span { border-color: rgb(131,236,18); }

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