Html Css Color HEX #7DC41E Lima

📋 copy color: '#7DC41E'

red 125 ◦ green 196 ◦ blue 30

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

Shades of Lima #7DC41E

Tints of Lima #7DC41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.84%

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 35.61%
G = 55.84%
B = 8.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#7DC41E (or 0x7DC41E) is known color: Lima. HEX triplet: 7D, C4 and 1E. RGB value is (125,196,30). Sum of RGB (Red+Green+Blue) = 125+196+30=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC41E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC41E is #823BE1. Grayscale: #9C9C9C. Windows color (decimal): -8535010 or 2016381. OLE color: 2016381.

HSL color Cylindrical-coordinate representation of color #7DC41E: hue angle of 85.66º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DC41E is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 196 30 -
CMYK 0.36 0 0.85 0.23
HSL 85.66º 0.73% 0.44% -
HSV(B) 85.66º 0.85% 0.77% -
XYZ 28.43 43.93 8.21 -
YUV 155.85 56.98 106 -
System Red Green Blue C M Y K H S L
Decimal 125 196 30 0.36 0 0.85 0.23 85.66 0.73 0.44
Hex 7D C4 1E 24 0 55 17 56 49 2C
Octal 175 304 36 44 0 125 27 126 111 54
Binary 1111101 11000100 11110 100100 0 1010101 10111 1010110 1001001 101100

Color Harmonies of #7DC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC41E

Black with #7DC41E

Text Example


Text Example

White with #7DC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,196,30); }

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

background-color css

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

 a { background-color: rgb(125,196,30); }

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

border-color css

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

 span { border-color: rgb(125,196,30); }

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