Html Css Color HEX #83CB0C Lima

📋 copy color: '#83CB0C'

red 131 ◦ green 203 ◦ blue 12

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

Shades of Lima #83CB0C

Tints of Lima #83CB0C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.67%

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 37.86%
G = 58.67%
B = 3.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#83CB0C (or 0x83CB0C) is known color: Lima. HEX triplet: 83, CB and 0C. RGB value is (131,203,12). Sum of RGB (Red+Green+Blue) = 131+203+12=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CB0C is #7C34F3. Grayscale: #A0A0A0. Windows color (decimal): -8140020 or 838531. OLE color: 838531.

HSL color Cylindrical-coordinate representation of color #83CB0C: hue angle of 82.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83CB0C is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 203 12 -
CMYK 0.35 0 0.94 0.20
HSL 82.62º 0.89% 0.42% -
HSV(B) 82.62º 0.94% 0.8% -
XYZ 30.78 47.56 7.91 -
YUV 159.7 44.65 107.53 -
System Red Green Blue C M Y K H S L
Decimal 131 203 12 0.35 0 0.94 0.20 82.62 0.89 0.42
Hex 83 CB C 23 0 5E 14 53 59 2A
Octal 203 313 14 43 0 136 24 123 131 52
Binary 10000011 11001011 1100 100011 0 1011110 10100 1010011 1011001 101010

Color Harmonies of #83CB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CB0C

Black with #83CB0C

Text Example


Text Example

White with #83CB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,203,12); }

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

background-color css

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

 a { background-color: rgb(131,203,12); }

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

border-color css

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

 span { border-color: rgb(131,203,12); }

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