Html Css Color HEX #7DC918 Lima

📋 copy color: '#7DC918'

red 125 ◦ green 201 ◦ blue 24

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

Shades of Lima #7DC918

Tints of Lima #7DC918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.43%

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 35.71%
G = 57.43%
B = 6.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#7DC918 (or 0x7DC918) is known color: Lima. HEX triplet: 7D, C9 and 18. RGB value is (125,201,24). Sum of RGB (Red+Green+Blue) = 125+201+24=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC918 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC918 is #8236E7. Grayscale: #9E9E9E. Windows color (decimal): -8533736 or 1624445. OLE color: 1624445.

HSL color Cylindrical-coordinate representation of color #7DC918: hue angle of 85.76º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DC918 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 24 -
CMYK 0.38 0 0.88 0.21
HSL 85.76º 0.79% 0.44% -
HSV(B) 85.76º 0.88% 0.79% -
XYZ 29.51 46.2 8.23 -
YUV 158.1 52.32 104.39 -
System Red Green Blue C M Y K H S L
Decimal 125 201 24 0.38 0 0.88 0.21 85.76 0.79 0.44
Hex 7D C9 18 26 0 58 15 56 4F 2C
Octal 175 311 30 46 0 130 25 126 117 54
Binary 1111101 11001001 11000 100110 0 1011000 10101 1010110 1001111 101100

Color Harmonies of #7DC918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC918

Black with #7DC918

Text Example


Text Example

White with #7DC918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,201,24); }

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

background-color css

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

 a { background-color: rgb(125,201,24); }

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

border-color css

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

 span { border-color: rgb(125,201,24); }

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