Html Css Color HEX #83BC28 Lima

📋 copy color: '#83BC28'

red 131 ◦ green 188 ◦ blue 40

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

Shades of Lima #83BC28

Tints of Lima #83BC28

RGB

 RED value IS 131 (51.56% from 255) = 36.49%

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

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

R = 36.49%
G = 52.37%
B = 11.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#83BC28 (or 0x83BC28) is known color: Lima. HEX triplet: 83, BC and 28. RGB value is (131,188,40). Sum of RGB (Red+Green+Blue) = 131+188+40=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC28 is #7C43D7. Grayscale: #9A9A9A. Windows color (decimal): -8143832 or 2669699. OLE color: 2669699.

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

Color convert

RGB 131 188 40 -
CMYK 0.30 0 0.79 0.26
HSL 83.11º 0.65% 0.45% -
HSV(B) 83.11º 0.79% 0.74% -
XYZ 27.73 40.94 8.45 -
YUV 154.09 63.62 111.53 -
System Red Green Blue C M Y K H S L
Decimal 131 188 40 0.30 0 0.79 0.26 83.11 0.65 0.45
Hex 83 BC 28 1E 0 4F 1A 53 41 2D
Octal 203 274 50 36 0 117 32 123 101 55
Binary 10000011 10111100 101000 11110 0 1001111 11010 1010011 1000001 101101

Color Harmonies of #83BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC28

Black with #83BC28

Text Example


Text Example

White with #83BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BC28; }

 p { color: rgb(131,188,40); }

 H1.HeaderClassName
 {
   color: #83BC28;
 }
 .AnyTagClassName
 {
   color: #83BC28;
 }
</style>

background-color css

<style>
 a { background-color: #83BC28; }

 a { background-color: rgb(131,188,40); }

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

border-color css

<style>
 span { border-color: #83BC28; }

 span { border-color: rgb(131,188,40); }

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