Html Css Color HEX #7BCC20 Lima

📋 copy color: '#7BCC20'

red 123 ◦ green 204 ◦ blue 32

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

Shades of Lima #7BCC20

Tints of Lima #7BCC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.91%

R = 34.26%
G = 56.82%
B = 8.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#7BCC20 (or 0x7BCC20) is known color: Lima. HEX triplet: 7B, CC and 20. RGB value is (123,204,32). Sum of RGB (Red+Green+Blue) = 123+204+32=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 204 (80.08% from 255 or 56.82% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCC20 is #8433DF. Grayscale: #A0A0A0. Windows color (decimal): -8664032 or 2149499. OLE color: 2149499.

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

Color convert

RGB 123 204 32 -
CMYK 0.40 0 0.84 0.2
HSL 88.26º 0.73% 0.46% -
HSV(B) 88.26º 0.84% 0.8% -
XYZ 30.02 47.5 8.95 -
YUV 160.17 55.66 101.49 -
System Red Green Blue C M Y K H S L
Decimal 123 204 32 0.40 0 0.84 0.2 88.26 0.73 0.46
Hex 7B CC 20 28 0 54 14 58 49 2E
Octal 173 314 40 50 0 124 24 130 111 56
Binary 1111011 11001100 100000 101000 0 1010100 10100 1011000 1001001 101110

Color Harmonies of #7BCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCC20

Black with #7BCC20

Text Example


Text Example

White with #7BCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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