Html Css Color HEX #82CE12 Lima

📋 copy color: '#82CE12'

red 130 ◦ green 206 ◦ blue 18

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

Shades of Lima #82CE12

Tints of Lima #82CE12

RGB

 RED value IS 130 (51.17% from 255) = 36.72%

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

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

R = 36.72%
G = 58.19%
B = 5.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#82CE12 (or 0x82CE12) is known color: Lima. HEX triplet: 82, CE and 12. RGB value is (130,206,18). Sum of RGB (Red+Green+Blue) = 130+206+18=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CE12 is #7D31ED. Grayscale: #A2A2A2. Windows color (decimal): -8204782 or 1232514. OLE color: 1232514.

HSL color Cylindrical-coordinate representation of color #82CE12: hue angle of 84.26º 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 #82CE12 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 18 -
CMYK 0.37 0 0.91 0.19
HSL 84.26º 0.84% 0.44% -
HSV(B) 84.26º 0.91% 0.81% -
XYZ 31.39 48.93 8.36 -
YUV 161.84 46.82 105.29 -
System Red Green Blue C M Y K H S L
Decimal 130 206 18 0.37 0 0.91 0.19 84.26 0.84 0.44
Hex 82 CE 12 25 0 5B 13 54 54 2C
Octal 202 316 22 45 0 133 23 124 124 54
Binary 10000010 11001110 10010 100101 0 1011011 10011 1010100 1010100 101100

Color Harmonies of #82CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE12

Black with #82CE12

Text Example


Text Example

White with #82CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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