Html Css Color HEX #7BC221 Lima

📋 copy color: '#7BC221'

red 123 ◦ green 194 ◦ blue 33

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

Shades of Lima #7BC221

Tints of Lima #7BC221

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.43%

 BLUE value IS 33 (13.28% from 255) = 9.43%

R = 35.14%
G = 55.43%
B = 9.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#7BC221 (or 0x7BC221) is known color: Lima. HEX triplet: 7B, C2 and 21. RGB value is (123,194,33). Sum of RGB (Red+Green+Blue) = 123+194+33=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC221 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC221 is #843DDE. Grayscale: #9A9A9A. Windows color (decimal): -8666591 or 2212475. OLE color: 2212475.

HSL color Cylindrical-coordinate representation of color #7BC221: hue angle of 86.46º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7BC221 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 123 194 33 -
CMYK 0.37 0 0.83 0.24
HSL 86.46º 0.71% 0.45% -
HSV(B) 86.46º 0.83% 0.76% -
XYZ 27.73 42.9 8.26 -
YUV 154.42 59.48 105.59 -
System Red Green Blue C M Y K H S L
Decimal 123 194 33 0.37 0 0.83 0.24 86.46 0.71 0.45
Hex 7B C2 21 25 0 53 18 56 47 2D
Octal 173 302 41 45 0 123 30 126 107 55
Binary 1111011 11000010 100001 100101 0 1010011 11000 1010110 1000111 101101

Color Harmonies of #7BC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC221

Black with #7BC221

Text Example


Text Example

White with #7BC221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,194,33); }

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

background-color css

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

 a { background-color: rgb(123,194,33); }

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

border-color css

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

 span { border-color: rgb(123,194,33); }

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