Html Css Color HEX #82CE14 Lima

📋 copy color: '#82CE14'

red 130 ◦ green 206 ◦ blue 20

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

Shades of Lima #82CE14

Tints of Lima #82CE14

RGB

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

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

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

R = 36.52%
G = 57.87%
B = 5.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#82CE14 (or 0x82CE14) is known color: Lima. HEX triplet: 82, CE and 14. RGB value is (130,206,20). Sum of RGB (Red+Green+Blue) = 130+206+20=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CE14 is #7D31EB. Grayscale: #A2A2A2. Windows color (decimal): -8204780 or 1363586. OLE color: 1363586.

HSL color Cylindrical-coordinate representation of color #82CE14: hue angle of 84.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82CE14 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 20 -
CMYK 0.37 0 0.90 0.19
HSL 84.52º 0.82% 0.44% -
HSV(B) 84.52º 0.9% 0.81% -
XYZ 31.4 48.94 8.45 -
YUV 162.07 47.82 105.12 -
System Red Green Blue C M Y K H S L
Decimal 130 206 20 0.37 0 0.90 0.19 84.52 0.82 0.44
Hex 82 CE 14 25 0 5A 13 55 52 2C
Octal 202 316 24 45 0 132 23 125 122 54
Binary 10000010 11001110 10100 100101 0 1011010 10011 1010101 1010010 101100

Color Harmonies of #82CE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE14

Black with #82CE14

Text Example


Text Example

White with #82CE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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