Html Css Color HEX #83C02B Lima

📋 copy color: '#83C02B'

red 131 ◦ green 192 ◦ blue 43

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

Shades of Lima #83C02B

Tints of Lima #83C02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.46%

 BLUE value IS 43 (17.19% from 255) = 11.75%

R = 35.79%
G = 52.46%
B = 11.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#83C02B (or 0x83C02B) is known color: Lima. HEX triplet: 83, C0 and 2B. RGB value is (131,192,43). Sum of RGB (Red+Green+Blue) = 131+192+43=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #83C02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C02B is #7C3FD4. Grayscale: #9D9D9D. Windows color (decimal): -8142805 or 2867331. OLE color: 2867331.

HSL color Cylindrical-coordinate representation of color #83C02B: hue angle of 84.56º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83C02B is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 192 43 -
CMYK 0.32 0 0.78 0.25
HSL 84.56º 0.63% 0.46% -
HSV(B) 84.56º 0.78% 0.75% -
XYZ 28.65 42.7 9.02 -
YUV 156.78 63.79 109.62 -
System Red Green Blue C M Y K H S L
Decimal 131 192 43 0.32 0 0.78 0.25 84.56 0.63 0.46
Hex 83 C0 2B 20 0 4E 19 55 3F 2E
Octal 203 300 53 40 0 116 31 125 77 56
Binary 10000011 11000000 101011 100000 0 1001110 11001 1010101 111111 101110

Color Harmonies of #83C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C02B

Black with #83C02B

Text Example


Text Example

White with #83C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,192,43); }

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

background-color css

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

 a { background-color: rgb(131,192,43); }

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

border-color css

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

 span { border-color: rgb(131,192,43); }

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