Html Css Color HEX #7CBF1F Lima

📋 copy color: '#7CBF1F'

red 124 ◦ green 191 ◦ blue 31

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

Shades of Lima #7CBF1F

Tints of Lima #7CBF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.96%

R = 35.84%
G = 55.2%
B = 8.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#7CBF1F (or 0x7CBF1F) is known color: Lima. HEX triplet: 7C, BF and 1F. RGB value is (124,191,31). Sum of RGB (Red+Green+Blue) = 124+191+31=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF1F is #8340E0. Grayscale: #999999. Windows color (decimal): -8601825 or 2080636. OLE color: 2080636.

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

Color convert

RGB 124 191 31 -
CMYK 0.35 0 0.84 0.25
HSL 85.13º 0.72% 0.44% -
HSV(B) 85.13º 0.84% 0.75% -
XYZ 27.19 41.65 7.9 -
YUV 152.73 59.3 107.51 -
System Red Green Blue C M Y K H S L
Decimal 124 191 31 0.35 0 0.84 0.25 85.13 0.72 0.44
Hex 7C BF 1F 23 0 54 19 55 48 2C
Octal 174 277 37 43 0 124 31 125 110 54
Binary 1111100 10111111 11111 100011 0 1010100 11001 1010101 1001000 101100

Color Harmonies of #7CBF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF1F

Black with #7CBF1F

Text Example


Text Example

White with #7CBF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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