Html Css Color HEX #7CBF19 Lima

📋 copy color: '#7CBF19'

red 124 ◦ green 191 ◦ blue 25

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

Shades of Lima #7CBF19

Tints of Lima #7CBF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.35%

R = 36.47%
G = 56.18%
B = 7.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#7CBF19 (or 0x7CBF19) is known color: Lima. HEX triplet: 7C, BF and 19. RGB value is (124,191,25). Sum of RGB (Red+Green+Blue) = 124+191+25=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBF19 is #8340E6. Grayscale: #989898. Windows color (decimal): -8601831 or 1687420. OLE color: 1687420.

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

Color convert

RGB 124 191 25 -
CMYK 0.35 0 0.87 0.25
HSL 84.22º 0.77% 0.42% -
HSV(B) 84.22º 0.87% 0.75% -
XYZ 27.12 41.62 7.52 -
YUV 152.04 56.3 108 -
System Red Green Blue C M Y K H S L
Decimal 124 191 25 0.35 0 0.87 0.25 84.22 0.77 0.42
Hex 7C BF 19 23 0 57 19 54 4D 2A
Octal 174 277 31 43 0 127 31 124 115 52
Binary 1111100 10111111 11001 100011 0 1010111 11001 1010100 1001101 101010

Color Harmonies of #7CBF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF19

Black with #7CBF19

Text Example


Text Example

White with #7CBF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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