Html Css Color HEX #83EA14 Lawn Green

📋 copy color: '#83EA14'

red 131 ◦ green 234 ◦ blue 20

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

Shades of Lawn Green #83EA14

Tints of Lawn Green #83EA14

RGB

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

 GREEN value IS 234 (91.8% from 255) = 60.78%

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

R = 34.03%
G = 60.78%
B = 5.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#83EA14 (or 0x83EA14) is known color: Lawn Green. HEX triplet: 83, EA and 14. RGB value is (131,234,20). Sum of RGB (Red+Green+Blue) = 131+234+20=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 234 (91.80% from 255 or 60.78% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 234 - color contains mainly: green. Hex color #83EA14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83EA14 is #7C15EB. Grayscale: #B3B3B3. Windows color (decimal): -8132076 or 1370755. OLE color: 1370755.

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

Color convert

RGB 131 234 20 -
CMYK 0.44 0 0.91 0.08
HSL 88.88º 0.84% 0.5% -
HSV(B) 88.88º 0.91% 0.92% -
XYZ 38.91 63.72 10.91 -
YUV 178.81 38.38 93.9 -
System Red Green Blue C M Y K H S L
Decimal 131 234 20 0.44 0 0.91 0.08 88.88 0.84 0.5
Hex 83 EA 14 2C 0 5B 8 59 54 32
Octal 203 352 24 54 0 133 10 131 124 62
Binary 10000011 11101010 10100 101100 0 1011011 1000 1011001 1010100 110010

Color Harmonies of #83EA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EA14

Black with #83EA14

Text Example


Text Example

White with #83EA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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