Html Css Color HEX #82BB28 Lima

📋 copy color: '#82BB28'

red 130 ◦ green 187 ◦ blue 40

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

Shades of Lima #82BB28

Tints of Lima #82BB28

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.38%

 BLUE value IS 40 (16.02% from 255) = 11.2%

R = 36.41%
G = 52.38%
B = 11.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#82BB28 (or 0x82BB28) is known color: Lima. HEX triplet: 82, BB and 28. RGB value is (130,187,40). Sum of RGB (Red+Green+Blue) = 130+187+40=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BB28 is #7D44D7. Grayscale: #999999. Windows color (decimal): -8209624 or 2669442. OLE color: 2669442.

HSL color Cylindrical-coordinate representation of color #82BB28: hue angle of 83.27º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82BB28 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 187 40 -
CMYK 0.30 0 0.79 0.27
HSL 83.27º 0.65% 0.45% -
HSV(B) 83.27º 0.79% 0.73% -
XYZ 27.36 40.44 8.37 -
YUV 153.2 64.12 111.45 -
System Red Green Blue C M Y K H S L
Decimal 130 187 40 0.30 0 0.79 0.27 83.27 0.65 0.45
Hex 82 BB 28 1E 0 4F 1B 53 41 2D
Octal 202 273 50 36 0 117 33 123 101 55
Binary 10000010 10111011 101000 11110 0 1001111 11011 1010011 1000001 101101

Color Harmonies of #82BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BB28

Black with #82BB28

Text Example


Text Example

White with #82BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,187,40); }

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

background-color css

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

 a { background-color: rgb(130,187,40); }

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

border-color css

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

 span { border-color: rgb(130,187,40); }

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