Html Css Color HEX #7BCC13 Lima

📋 copy color: '#7BCC13'

red 123 ◦ green 204 ◦ blue 19

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

Shades of Lima #7BCC13

Tints of Lima #7BCC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.49%

R = 35.55%
G = 58.96%
B = 5.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#7BCC13 (or 0x7BCC13) is known color: Lima. HEX triplet: 7B, CC and 13. RGB value is (123,204,19). Sum of RGB (Red+Green+Blue) = 123+204+19=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCC13 is #8433EC. Grayscale: #9F9F9F. Windows color (decimal): -8664045 or 1297531. OLE color: 1297531.

HSL color Cylindrical-coordinate representation of color #7BCC13: hue angle of 86.27º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BCC13 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 204 19 -
CMYK 0.40 0 0.91 0.2
HSL 86.27º 0.83% 0.44% -
HSV(B) 86.27º 0.91% 0.8% -
XYZ 29.88 47.44 8.2 -
YUV 158.69 49.16 102.54 -
System Red Green Blue C M Y K H S L
Decimal 123 204 19 0.40 0 0.91 0.2 86.27 0.83 0.44
Hex 7B CC 13 28 0 5B 14 56 53 2C
Octal 173 314 23 50 0 133 24 126 123 54
Binary 1111011 11001100 10011 101000 0 1011011 10100 1010110 1010011 101100

Color Harmonies of #7BCC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCC13

Black with #7BCC13

Text Example


Text Example

White with #7BCC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,204,19); }

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

background-color css

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

 a { background-color: rgb(123,204,19); }

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

border-color css

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

 span { border-color: rgb(123,204,19); }

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