Html Css Color HEX #82CB1C Lima

📋 copy color: '#82CB1C'

red 130 ◦ green 203 ◦ blue 28

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

Shades of Lima #82CB1C

Tints of Lima #82CB1C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.23%

 BLUE value IS 28 (11.33% from 255) = 7.76%

R = 36.01%
G = 56.23%
B = 7.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#82CB1C (or 0x82CB1C) is known color: Lima. HEX triplet: 82, CB and 1C. RGB value is (130,203,28). Sum of RGB (Red+Green+Blue) = 130+203+28=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CB1C is #7D34E3. Grayscale: #A1A1A1. Windows color (decimal): -8205540 or 1887106. OLE color: 1887106.

HSL color Cylindrical-coordinate representation of color #82CB1C: hue angle of 85.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82CB1C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 203 28 -
CMYK 0.36 0 0.86 0.20
HSL 85.03º 0.76% 0.45% -
HSV(B) 85.03º 0.86% 0.8% -
XYZ 30.77 47.54 8.65 -
YUV 161.22 52.82 105.73 -
System Red Green Blue C M Y K H S L
Decimal 130 203 28 0.36 0 0.86 0.20 85.03 0.76 0.45
Hex 82 CB 1C 24 0 56 14 55 4C 2D
Octal 202 313 34 44 0 126 24 125 114 55
Binary 10000010 11001011 11100 100100 0 1010110 10100 1010101 1001100 101101

Color Harmonies of #82CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CB1C

Black with #82CB1C

Text Example


Text Example

White with #82CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,203,28); }

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

background-color css

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

 a { background-color: rgb(130,203,28); }

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

border-color css

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

 span { border-color: rgb(130,203,28); }

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