Html Css Color HEX #83CC19 Lima

📋 copy color: '#83CC19'

red 131 ◦ green 204 ◦ blue 25

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

Shades of Lima #83CC19

Tints of Lima #83CC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.67%

 BLUE value IS 25 (10.16% from 255) = 6.94%

R = 36.39%
G = 56.67%
B = 6.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#83CC19 (or 0x83CC19) is known color: Lima. HEX triplet: 83, CC and 19. RGB value is (131,204,25). Sum of RGB (Red+Green+Blue) = 131+204+25=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CC19 is #7C33E6. Grayscale: #A2A2A2. Windows color (decimal): -8139751 or 1690755. OLE color: 1690755.

HSL color Cylindrical-coordinate representation of color #83CC19: hue angle of 84.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83CC19 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 204 25 -
CMYK 0.36 0 0.88 0.2
HSL 84.47º 0.78% 0.45% -
HSV(B) 84.47º 0.88% 0.8% -
XYZ 31.13 48.08 8.56 -
YUV 161.77 50.82 106.05 -
System Red Green Blue C M Y K H S L
Decimal 131 204 25 0.36 0 0.88 0.2 84.47 0.78 0.45
Hex 83 CC 19 24 0 58 14 54 4E 2D
Octal 203 314 31 44 0 130 24 124 116 55
Binary 10000011 11001100 11001 100100 0 1011000 10100 1010100 1001110 101101

Color Harmonies of #83CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC19

Black with #83CC19

Text Example


Text Example

White with #83CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,204,25); }

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

background-color css

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

 a { background-color: rgb(131,204,25); }

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

border-color css

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

 span { border-color: rgb(131,204,25); }

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