Html Css Color HEX #7DC031 Lima

📋 copy color: '#7DC031'

red 125 ◦ green 192 ◦ blue 49

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

Shades of Lima #7DC031

Tints of Lima #7DC031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.39%

R = 34.15%
G = 52.46%
B = 13.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#7DC031 (or 0x7DC031) is known color: Lima. HEX triplet: 7D, C0 and 31. RGB value is (125,192,49). Sum of RGB (Red+Green+Blue) = 125+192+49=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC031 is #823FCE. Grayscale: #9C9C9C. Windows color (decimal): -8536015 or 3260541. OLE color: 3260541.

HSL color Cylindrical-coordinate representation of color #7DC031: hue angle of 88.11º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DC031 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 49 -
CMYK 0.35 0 0.74 0.25
HSL 88.11º 0.59% 0.47% -
HSV(B) 88.11º 0.74% 0.75% -
XYZ 27.86 42.28 9.6 -
YUV 155.67 67.8 106.13 -
System Red Green Blue C M Y K H S L
Decimal 125 192 49 0.35 0 0.74 0.25 88.11 0.59 0.47
Hex 7D C0 31 23 0 4A 19 58 3B 2F
Octal 175 300 61 43 0 112 31 130 73 57
Binary 1111101 11000000 110001 100011 0 1001010 11001 1011000 111011 101111

Color Harmonies of #7DC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC031

Black with #7DC031

Text Example


Text Example

White with #7DC031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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