Html Css Color HEX #7BC01F Lima

📋 copy color: '#7BC01F'

red 123 ◦ green 192 ◦ blue 31

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

Shades of Lima #7BC01F

Tints of Lima #7BC01F

RGB

 RED value IS 123 (48.44% from 255) = 35.55%

 GREEN value IS 192 (75.39% from 255) = 55.49%

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

R = 35.55%
G = 55.49%
B = 8.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#7BC01F (or 0x7BC01F) is known color: Lima. HEX triplet: 7B, C0 and 1F. RGB value is (123,192,31). Sum of RGB (Red+Green+Blue) = 123+192+31=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC01F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC01F is #843FE0. Grayscale: #999999. Windows color (decimal): -8667105 or 2080891. OLE color: 2080891.

HSL color Cylindrical-coordinate representation of color #7BC01F: hue angle of 85.71º 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 #7BC01F is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 192 31 -
CMYK 0.36 0 0.84 0.25
HSL 85.71º 0.72% 0.44% -
HSV(B) 85.71º 0.84% 0.75% -
XYZ 27.27 42.01 7.97 -
YUV 153.02 59.14 106.59 -
System Red Green Blue C M Y K H S L
Decimal 123 192 31 0.36 0 0.84 0.25 85.71 0.72 0.44
Hex 7B C0 1F 24 0 54 19 56 48 2C
Octal 173 300 37 44 0 124 31 126 110 54
Binary 1111011 11000000 11111 100100 0 1010100 11001 1010110 1001000 101100

Color Harmonies of #7BC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC01F

Black with #7BC01F

Text Example


Text Example

White with #7BC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,192,31); }

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

background-color css

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

 a { background-color: rgb(123,192,31); }

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

border-color css

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

 span { border-color: rgb(123,192,31); }

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