Html Css Color HEX #7DC026 Lima

📋 copy color: '#7DC026'

red 125 ◦ green 192 ◦ blue 38

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

Shades of Lima #7DC026

Tints of Lima #7DC026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.7%

R = 35.21%
G = 54.08%
B = 10.7%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#7DC026 (or 0x7DC026) is known color: Lima. HEX triplet: 7D, C0 and 26. RGB value is (125,192,38). Sum of RGB (Red+Green+Blue) = 125+192+38=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC026 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC026 is #823FD9. Grayscale: #9A9A9A. Windows color (decimal): -8536026 or 2539645. OLE color: 2539645.

HSL color Cylindrical-coordinate representation of color #7DC026: hue angle of 86.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DC026 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 38 -
CMYK 0.35 0 0.80 0.25
HSL 86.1º 0.67% 0.45% -
HSV(B) 86.1º 0.8% 0.75% -
XYZ 27.66 42.2 8.52 -
YUV 154.41 62.3 107.02 -
System Red Green Blue C M Y K H S L
Decimal 125 192 38 0.35 0 0.80 0.25 86.1 0.67 0.45
Hex 7D C0 26 23 0 50 19 56 43 2D
Octal 175 300 46 43 0 120 31 126 103 55
Binary 1111101 11000000 100110 100011 0 1010000 11001 1010110 1000011 101101

Color Harmonies of #7DC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC026

Black with #7DC026

Text Example


Text Example

White with #7DC026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,38); }

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

background-color css

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

 a { background-color: rgb(125,192,38); }

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

border-color css

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

 span { border-color: rgb(125,192,38); }

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