Html Css Color HEX #7CBF0E Lima

📋 copy color: '#7CBF0E'

red 124 ◦ green 191 ◦ blue 14

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

Shades of Lima #7CBF0E

Tints of Lima #7CBF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 37.69%
G = 58.05%
B = 4.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#7CBF0E (or 0x7CBF0E) is known color: Lima. HEX triplet: 7C, BF and 0E. RGB value is (124,191,14). Sum of RGB (Red+Green+Blue) = 124+191+14=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBF0E is #8340F1. Grayscale: #979797. Windows color (decimal): -8601842 or 966524. OLE color: 966524.

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

Color convert

RGB 124 191 14 -
CMYK 0.35 0 0.93 0.25
HSL 82.71º 0.86% 0.4% -
HSV(B) 82.71º 0.93% 0.75% -
XYZ 27.02 41.58 7.02 -
YUV 150.79 50.8 108.89 -
System Red Green Blue C M Y K H S L
Decimal 124 191 14 0.35 0 0.93 0.25 82.71 0.86 0.4
Hex 7C BF E 23 0 5D 19 53 56 28
Octal 174 277 16 43 0 135 31 123 126 50
Binary 1111100 10111111 1110 100011 0 1011101 11001 1010011 1010110 101000

Color Harmonies of #7CBF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF0E

Black with #7CBF0E

Text Example


Text Example

White with #7CBF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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