Html Css Color HEX #83C30F Lima

📋 copy color: '#83C30F'

red 131 ◦ green 195 ◦ blue 15

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

Shades of Lima #83C30F

Tints of Lima #83C30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.18%

 BLUE value IS 15 (6.25% from 255) = 4.4%

R = 38.42%
G = 57.18%
B = 4.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#83C30F (or 0x83C30F) is known color: Lima. HEX triplet: 83, C3 and 0F. RGB value is (131,195,15). Sum of RGB (Red+Green+Blue) = 131+195+15=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #83C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C30F is #7C3CF0. Grayscale: #9C9C9C. Windows color (decimal): -8142065 or 1033091. OLE color: 1033091.

HSL color Cylindrical-coordinate representation of color #83C30F: hue angle of 81.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83C30F is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 195 15 -
CMYK 0.33 0 0.92 0.24
HSL 81.33º 0.86% 0.41% -
HSV(B) 81.33º 0.92% 0.76% -
XYZ 28.96 43.89 7.4 -
YUV 155.34 48.8 110.64 -
System Red Green Blue C M Y K H S L
Decimal 131 195 15 0.33 0 0.92 0.24 81.33 0.86 0.41
Hex 83 C3 F 21 0 5C 18 51 56 29
Octal 203 303 17 41 0 134 30 121 126 51
Binary 10000011 11000011 1111 100001 0 1011100 11000 1010001 1010110 101001

Color Harmonies of #83C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C30F

Black with #83C30F

Text Example


Text Example

White with #83C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,195,15); }

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

background-color css

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

 a { background-color: rgb(131,195,15); }

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

border-color css

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

 span { border-color: rgb(131,195,15); }

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