Html Css Color HEX #83CE12 Lima

📋 copy color: '#83CE12'

red 131 ◦ green 206 ◦ blue 18

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

Shades of Lima #83CE12

Tints of Lima #83CE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 58.03%

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

R = 36.9%
G = 58.03%
B = 5.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#83CE12 (or 0x83CE12) is known color: Lima. HEX triplet: 83, CE and 12. RGB value is (131,206,18). Sum of RGB (Red+Green+Blue) = 131+206+18=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #83CE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CE12 is #7C31ED. Grayscale: #A2A2A2. Windows color (decimal): -8139246 or 1232515. OLE color: 1232515.

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

Color convert

RGB 131 206 18 -
CMYK 0.36 0 0.91 0.19
HSL 83.94º 0.84% 0.44% -
HSV(B) 83.94º 0.91% 0.81% -
XYZ 31.54 49.01 8.37 -
YUV 162.14 46.65 105.79 -
System Red Green Blue C M Y K H S L
Decimal 131 206 18 0.36 0 0.91 0.19 83.94 0.84 0.44
Hex 83 CE 12 24 0 5B 13 54 54 2C
Octal 203 316 22 44 0 133 23 124 124 54
Binary 10000011 11001110 10010 100100 0 1011011 10011 1010100 1010100 101100

Color Harmonies of #83CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CE12

Black with #83CE12

Text Example


Text Example

White with #83CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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