Html Css Color HEX #82BC24 Lima

📋 copy color: '#82BC24'

red 130 ◦ green 188 ◦ blue 36

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

Shades of Lima #82BC24

Tints of Lima #82BC24

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.11%

 BLUE value IS 36 (14.45% from 255) = 10.17%

R = 36.72%
G = 53.11%
B = 10.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#82BC24 (or 0x82BC24) is known color: Lima. HEX triplet: 82, BC and 24. RGB value is (130,188,36). Sum of RGB (Red+Green+Blue) = 130+188+36=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC24 is #7D43DB. Grayscale: #999999. Windows color (decimal): -8209372 or 2407554. OLE color: 2407554.

HSL color Cylindrical-coordinate representation of color #82BC24: hue angle of 82.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82BC24 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 188 36 -
CMYK 0.31 0 0.81 0.26
HSL 82.89º 0.68% 0.44% -
HSV(B) 82.89º 0.81% 0.74% -
XYZ 27.51 40.84 8.1 -
YUV 153.33 61.78 111.36 -
System Red Green Blue C M Y K H S L
Decimal 130 188 36 0.31 0 0.81 0.26 82.89 0.68 0.44
Hex 82 BC 24 1F 0 51 1A 53 44 2C
Octal 202 274 44 37 0 121 32 123 104 54
Binary 10000010 10111100 100100 11111 0 1010001 11010 1010011 1000100 101100

Color Harmonies of #82BC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC24

Black with #82BC24

Text Example


Text Example

White with #82BC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,188,36); }

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

background-color css

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

 a { background-color: rgb(130,188,36); }

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

border-color css

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

 span { border-color: rgb(130,188,36); }

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