Html Css Color HEX #82BC25 Lima

📋 copy color: '#82BC25'

red 130 ◦ green 188 ◦ blue 37

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

Shades of Lima #82BC25

Tints of Lima #82BC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 36.62%
G = 52.96%
B = 10.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#82BC25 (or 0x82BC25) is known color: Lima. HEX triplet: 82, BC and 25. RGB value is (130,188,37). Sum of RGB (Red+Green+Blue) = 130+188+37=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC25 is #7D43DA. Grayscale: #999999. Windows color (decimal): -8209371 or 2473090. OLE color: 2473090.

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

Color convert

RGB 130 188 37 -
CMYK 0.31 0 0.80 0.26
HSL 83.05º 0.67% 0.44% -
HSV(B) 83.05º 0.8% 0.74% -
XYZ 27.52 40.85 8.18 -
YUV 153.44 62.28 111.28 -
System Red Green Blue C M Y K H S L
Decimal 130 188 37 0.31 0 0.80 0.26 83.05 0.67 0.44
Hex 82 BC 25 1F 0 50 1A 53 43 2C
Octal 202 274 45 37 0 120 32 123 103 54
Binary 10000010 10111100 100101 11111 0 1010000 11010 1010011 1000011 101100

Color Harmonies of #82BC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC25

Black with #82BC25

Text Example


Text Example

White with #82BC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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