Html Css Color HEX #83BC27 Lima

📋 copy color: '#83BC27'

red 131 ◦ green 188 ◦ blue 39

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

Shades of Lima #83BC27

Tints of Lima #83BC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.89%

R = 36.59%
G = 52.51%
B = 10.89%

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

#83BC27 (or 0x83BC27) is known color: Lima. HEX triplet: 83, BC and 27. RGB value is (131,188,39). Sum of RGB (Red+Green+Blue) = 131+188+39=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC27 is #7C43D8. Grayscale: #9A9A9A. Windows color (decimal): -8143833 or 2604163. OLE color: 2604163.

HSL color Cylindrical-coordinate representation of color #83BC27: hue angle of 82.95º degrees, saturation: 0.66, 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 #83BC27 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 39 -
CMYK 0.30 0 0.79 0.26
HSL 82.95º 0.66% 0.45% -
HSV(B) 82.95º 0.79% 0.74% -
XYZ 27.71 40.94 8.36 -
YUV 153.97 63.12 111.62 -
System Red Green Blue C M Y K H S L
Decimal 131 188 39 0.30 0 0.79 0.26 82.95 0.66 0.45
Hex 83 BC 27 1E 0 4F 1A 53 42 2D
Octal 203 274 47 36 0 117 32 123 102 55
Binary 10000011 10111100 100111 11110 0 1001111 11010 1010011 1000010 101101

Color Harmonies of #83BC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC27

Black with #83BC27

Text Example


Text Example

White with #83BC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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