Html Css Color HEX #7DC61B Lima

📋 copy color: '#7DC61B'

red 125 ◦ green 198 ◦ blue 27

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

Shades of Lima #7DC61B

Tints of Lima #7DC61B

RGB

 RED value IS 125 (49.22% from 255) = 35.71%

 GREEN value IS 198 (77.73% from 255) = 56.57%

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 35.71%
G = 56.57%
B = 7.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#7DC61B (or 0x7DC61B) is known color: Lima. HEX triplet: 7D, C6 and 1B. RGB value is (125,198,27). Sum of RGB (Red+Green+Blue) = 125+198+27=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC61B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC61B is #8239E4. Grayscale: #9D9D9D. Windows color (decimal): -8534501 or 1820285. OLE color: 1820285.

HSL color Cylindrical-coordinate representation of color #7DC61B: hue angle of 85.61º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DC61B is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 198 27 -
CMYK 0.37 0 0.86 0.22
HSL 85.61º 0.76% 0.44% -
HSV(B) 85.61º 0.86% 0.78% -
XYZ 28.85 44.83 8.17 -
YUV 156.68 54.82 105.4 -
System Red Green Blue C M Y K H S L
Decimal 125 198 27 0.37 0 0.86 0.22 85.61 0.76 0.44
Hex 7D C6 1B 25 0 56 16 56 4C 2C
Octal 175 306 33 45 0 126 26 126 114 54
Binary 1111101 11000110 11011 100101 0 1010110 10110 1010110 1001100 101100

Color Harmonies of #7DC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC61B

Black with #7DC61B

Text Example


Text Example

White with #7DC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,198,27); }

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

background-color css

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

 a { background-color: rgb(125,198,27); }

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

border-color css

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

 span { border-color: rgb(125,198,27); }

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