Html Css Color HEX #7DC929 Lima

📋 copy color: '#7DC929'

red 125 ◦ green 201 ◦ blue 41

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

Shades of Lima #7DC929

Tints of Lima #7DC929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 34.06%
G = 54.77%
B = 11.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#7DC929 (or 0x7DC929) is known color: Lima. HEX triplet: 7D, C9 and 29. RGB value is (125,201,41). Sum of RGB (Red+Green+Blue) = 125+201+41=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC929 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC929 is #8236D6. Grayscale: #A0A0A0. Windows color (decimal): -8533719 or 2738557. OLE color: 2738557.

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

Color convert

RGB 125 201 41 -
CMYK 0.38 0 0.80 0.21
HSL 88.5º 0.66% 0.47% -
HSV(B) 88.5º 0.8% 0.79% -
XYZ 29.74 46.29 9.47 -
YUV 160.04 60.82 103.01 -
System Red Green Blue C M Y K H S L
Decimal 125 201 41 0.38 0 0.80 0.21 88.5 0.66 0.47
Hex 7D C9 29 26 0 50 15 58 42 2F
Octal 175 311 51 46 0 120 25 130 102 57
Binary 1111101 11001001 101001 100110 0 1010000 10101 1011000 1000010 101111

Color Harmonies of #7DC929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC929

Black with #7DC929

Text Example


Text Example

White with #7DC929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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