Html Css Color HEX #7DC31C Lima

📋 copy color: '#7DC31C'

red 125 ◦ green 195 ◦ blue 28

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

Shades of Lima #7DC31C

Tints of Lima #7DC31C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.03%

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 35.92%
G = 56.03%
B = 8.05%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#7DC31C (or 0x7DC31C) is known color: Lima. HEX triplet: 7D, C3 and 1C. RGB value is (125,195,28). Sum of RGB (Red+Green+Blue) = 125+195+28=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC31C is #823CE3. Grayscale: #9B9B9B. Windows color (decimal): -8535268 or 1885053. OLE color: 1885053.

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

Color convert

RGB 125 195 28 -
CMYK 0.36 0 0.86 0.24
HSL 85.15º 0.75% 0.44% -
HSV(B) 85.15º 0.86% 0.76% -
XYZ 28.18 43.47 8 -
YUV 155.03 56.31 106.58 -
System Red Green Blue C M Y K H S L
Decimal 125 195 28 0.36 0 0.86 0.24 85.15 0.75 0.44
Hex 7D C3 1C 24 0 56 18 55 4B 2C
Octal 175 303 34 44 0 126 30 125 113 54
Binary 1111101 11000011 11100 100100 0 1010110 11000 1010101 1001011 101100

Color Harmonies of #7DC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC31C

Black with #7DC31C

Text Example


Text Example

White with #7DC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,195,28); }

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

background-color css

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

 a { background-color: rgb(125,195,28); }

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

border-color css

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

 span { border-color: rgb(125,195,28); }

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