Html Css Color HEX #7CB90F Lima

📋 copy color: '#7CB90F'

red 124 ◦ green 185 ◦ blue 15

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

Shades of Lima #7CB90F

Tints of Lima #7CB90F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.1%

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 38.27%
G = 57.1%
B = 4.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#7CB90F (or 0x7CB90F) is known color: Lima. HEX triplet: 7C, B9 and 0F. RGB value is (124,185,15). Sum of RGB (Red+Green+Blue) = 124+185+15=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB90F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB90F is #8346F0. Grayscale: #949494. Windows color (decimal): -8603377 or 1030524. OLE color: 1030524.

HSL color Cylindrical-coordinate representation of color #7CB90F: hue angle of 81.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CB90F is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 15 -
CMYK 0.33 0 0.92 0.27
HSL 81.53º 0.85% 0.39% -
HSV(B) 81.53º 0.92% 0.73% -
XYZ 25.75 39.02 6.63 -
YUV 147.38 53.29 111.32 -
System Red Green Blue C M Y K H S L
Decimal 124 185 15 0.33 0 0.92 0.27 81.53 0.85 0.39
Hex 7C B9 F 21 0 5C 1B 52 55 27
Octal 174 271 17 41 0 134 33 122 125 47
Binary 1111100 10111001 1111 100001 0 1011100 11011 1010010 1010101 100111

Color Harmonies of #7CB90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB90F

Black with #7CB90F

Text Example


Text Example

White with #7CB90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,185,15); }

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

background-color css

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

 a { background-color: rgb(124,185,15); }

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

border-color css

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

 span { border-color: rgb(124,185,15); }

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