Html Css Color HEX #7CBF00 Lima

📋 copy color: '#7CBF00'

red 124 ◦ green 191 ◦ blue 0

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

Shades of Lima #7CBF00

Tints of Lima #7CBF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.37%
G = 60.63%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#7CBF00 (or 0x7CBF00) is known color: Lima. HEX triplet: 7C, BF and 00. RGB value is (124,191,0). Sum of RGB (Red+Green+Blue) = 124+191+0=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 191 (75% from 255 or 60.63% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBF00 is #8340FF. Grayscale: #959595. Windows color (decimal): -8601856 or 49020. OLE color: 49020.

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

Color convert

RGB 124 191 0 -
CMYK 0.35 0 1 0.25
HSL 81.05º 1% 0.37% -
HSV(B) 81.05º 1% 0.75% -
XYZ 26.94 41.55 6.6 -
YUV 149.19 43.8 110.03 -
System Red Green Blue C M Y K H S L
Decimal 124 191 0 0.35 0 1 0.25 81.05 1 0.37
Hex 7C BF 0 23 0 64 19 51 64 25
Octal 174 277 0 43 0 144 31 121 144 45
Binary 1111100 10111111 0 100011 0 1100100 11001 1010001 1100100 100101

Color Harmonies of #7CBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF00

Black with #7CBF00

Text Example


Text Example

White with #7CBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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