Html Css Color HEX #83BF24 Lima

📋 copy color: '#83BF24'

red 131 ◦ green 191 ◦ blue 36

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

Shades of Lima #83BF24

Tints of Lima #83BF24

RGB

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

 GREEN value IS 191 (75% from 255) = 53.35%

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

R = 36.59%
G = 53.35%
B = 10.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#83BF24 (or 0x83BF24) is known color: Lima. HEX triplet: 83, BF and 24. RGB value is (131,191,36). Sum of RGB (Red+Green+Blue) = 131+191+36=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 36 (14.45% from 255 or 10.06% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BF24 is #7C40DB. Grayscale: #9B9B9B. Windows color (decimal): -8143068 or 2408323. OLE color: 2408323.

HSL color Cylindrical-coordinate representation of color #83BF24: hue angle of 83.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83BF24 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 191 36 -
CMYK 0.31 0 0.81 0.25
HSL 83.23º 0.68% 0.45% -
HSV(B) 83.23º 0.81% 0.75% -
XYZ 28.31 42.21 8.33 -
YUV 155.39 60.62 110.6 -
System Red Green Blue C M Y K H S L
Decimal 131 191 36 0.31 0 0.81 0.25 83.23 0.68 0.45
Hex 83 BF 24 1F 0 51 19 53 44 2D
Octal 203 277 44 37 0 121 31 123 104 55
Binary 10000011 10111111 100100 11111 0 1010001 11001 1010011 1000100 101101

Color Harmonies of #83BF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF24

Black with #83BF24

Text Example


Text Example

White with #83BF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,191,36); }

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

background-color css

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

 a { background-color: rgb(131,191,36); }

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

border-color css

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

 span { border-color: rgb(131,191,36); }

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