Html Css Color HEX #7BCC1C Lima

📋 copy color: '#7BCC1C'

red 123 ◦ green 204 ◦ blue 28

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

Shades of Lima #7BCC1C

Tints of Lima #7BCC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.89%

R = 34.65%
G = 57.46%
B = 7.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#7BCC1C (or 0x7BCC1C) is known color: Lima. HEX triplet: 7B, CC and 1C. RGB value is (123,204,28). Sum of RGB (Red+Green+Blue) = 123+204+28=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCC1C is #8433E3. Grayscale: #A0A0A0. Windows color (decimal): -8664036 or 1887355. OLE color: 1887355.

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

Color convert

RGB 123 204 28 -
CMYK 0.40 0 0.86 0.2
HSL 87.61º 0.76% 0.45% -
HSV(B) 87.61º 0.86% 0.8% -
XYZ 29.97 47.48 8.68 -
YUV 159.72 53.66 101.81 -
System Red Green Blue C M Y K H S L
Decimal 123 204 28 0.40 0 0.86 0.2 87.61 0.76 0.45
Hex 7B CC 1C 28 0 56 14 58 4C 2D
Octal 173 314 34 50 0 126 24 130 114 55
Binary 1111011 11001100 11100 101000 0 1010110 10100 1011000 1001100 101101

Color Harmonies of #7BCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCC1C

Black with #7BCC1C

Text Example


Text Example

White with #7BCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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