Html Css Color HEX #7BC012 Lima

📋 copy color: '#7BC012'

red 123 ◦ green 192 ◦ blue 18

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

Shades of Lima #7BC012

Tints of Lima #7BC012

RGB

 RED value IS 123 (48.44% from 255) = 36.94%

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

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 36.94%
G = 57.66%
B = 5.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#7BC012 (or 0x7BC012) is known color: Lima. HEX triplet: 7B, C0 and 12. RGB value is (123,192,18). Sum of RGB (Red+Green+Blue) = 123+192+18=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC012 is #843FED. Grayscale: #989898. Windows color (decimal): -8667118 or 1228923. OLE color: 1228923.

HSL color Cylindrical-coordinate representation of color #7BC012: hue angle of 83.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BC012 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 192 18 -
CMYK 0.36 0 0.91 0.25
HSL 83.79º 0.83% 0.41% -
HSV(B) 83.79º 0.91% 0.75% -
XYZ 27.13 41.95 7.24 -
YUV 151.53 52.64 107.65 -
System Red Green Blue C M Y K H S L
Decimal 123 192 18 0.36 0 0.91 0.25 83.79 0.83 0.41
Hex 7B C0 12 24 0 5B 19 54 53 29
Octal 173 300 22 44 0 133 31 124 123 51
Binary 1111011 11000000 10010 100100 0 1011011 11001 1010100 1010011 101001

Color Harmonies of #7BC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC012

Black with #7BC012

Text Example


Text Example

White with #7BC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BC012; }

 p { color: rgb(123,192,18); }

 H1.HeaderClassName
 {
   color: #7BC012;
 }
 .AnyTagClassName
 {
   color: #7BC012;
 }
</style>

background-color css

<style>
 a { background-color: #7BC012; }

 a { background-color: rgb(123,192,18); }

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

border-color css

<style>
 span { border-color: #7BC012; }

 span { border-color: rgb(123,192,18); }

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