Html Css Color HEX #82CF12 Lima

📋 copy color: '#82CF12'

red 130 ◦ green 207 ◦ blue 18

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

Shades of Lima #82CF12

Tints of Lima #82CF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.31%

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

R = 36.62%
G = 58.31%
B = 5.07%

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

#82CF12 (or 0x82CF12) is known color: Lima. HEX triplet: 82, CF and 12. RGB value is (130,207,18). Sum of RGB (Red+Green+Blue) = 130+207+18=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CF12 is #7D30ED. Grayscale: #A3A3A3. Windows color (decimal): -8204526 or 1232770. OLE color: 1232770.

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

Color convert

RGB 130 207 18 -
CMYK 0.37 0 0.91 0.19
HSL 84.44º 0.84% 0.44% -
HSV(B) 84.44º 0.91% 0.81% -
XYZ 31.63 49.42 8.44 -
YUV 162.43 46.49 104.87 -
System Red Green Blue C M Y K H S L
Decimal 130 207 18 0.37 0 0.91 0.19 84.44 0.84 0.44
Hex 82 CF 12 25 0 5B 13 54 54 2C
Octal 202 317 22 45 0 133 23 124 124 54
Binary 10000010 11001111 10010 100101 0 1011011 10011 1010100 1010100 101100

Color Harmonies of #82CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CF12

Black with #82CF12

Text Example


Text Example

White with #82CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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