Html Css Color HEX #7CBF20 Lima

📋 copy color: '#7CBF20'

red 124 ◦ green 191 ◦ blue 32

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

Shades of Lima #7CBF20

Tints of Lima #7CBF20

RGB

 RED value IS 124 (48.83% from 255) = 35.73%

 GREEN value IS 191 (75% from 255) = 55.04%

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

R = 35.73%
G = 55.04%
B = 9.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#7CBF20 (or 0x7CBF20) is known color: Lima. HEX triplet: 7C, BF and 20. RGB value is (124,191,32). Sum of RGB (Red+Green+Blue) = 124+191+32=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF20 is #8340DF. Grayscale: #999999. Windows color (decimal): -8601824 or 2146172. OLE color: 2146172.

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

Color convert

RGB 124 191 32 -
CMYK 0.35 0 0.83 0.25
HSL 85.28º 0.71% 0.44% -
HSV(B) 85.28º 0.83% 0.75% -
XYZ 27.2 41.65 7.97 -
YUV 152.84 59.8 107.43 -
System Red Green Blue C M Y K H S L
Decimal 124 191 32 0.35 0 0.83 0.25 85.28 0.71 0.44
Hex 7C BF 20 23 0 53 19 55 47 2C
Octal 174 277 40 43 0 123 31 125 107 54
Binary 1111100 10111111 100000 100011 0 1010011 11001 1010101 1000111 101100

Color Harmonies of #7CBF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF20

Black with #7CBF20

Text Example


Text Example

White with #7CBF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,32); }

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

background-color css

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

 a { background-color: rgb(124,191,32); }

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

border-color css

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

 span { border-color: rgb(124,191,32); }

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