Html Css Color HEX #7EC230 Lima

📋 copy color: '#7EC230'

red 126 ◦ green 194 ◦ blue 48

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

Shades of Lima #7EC230

Tints of Lima #7EC230

RGB

 RED value IS 126 (49.61% from 255) = 34.24%

 GREEN value IS 194 (76.17% from 255) = 52.72%

 BLUE value IS 48 (19.14% from 255) = 13.04%

R = 34.24%
G = 52.72%
B = 13.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#7EC230 (or 0x7EC230) is known color: Lima. HEX triplet: 7E, C2 and 30. RGB value is (126,194,48). Sum of RGB (Red+Green+Blue) = 126+194+48=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC230 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC230 is #813DCF. Grayscale: #9D9D9D. Windows color (decimal): -8469968 or 3195518. OLE color: 3195518.

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

Color convert

RGB 126 194 48 -
CMYK 0.35 0 0.75 0.24
HSL 87.95º 0.6% 0.47% -
HSV(B) 87.95º 0.75% 0.76% -
XYZ 28.43 43.23 9.64 -
YUV 157.02 66.47 105.87 -
System Red Green Blue C M Y K H S L
Decimal 126 194 48 0.35 0 0.75 0.24 87.95 0.6 0.47
Hex 7E C2 30 23 0 4B 18 58 3C 2F
Octal 176 302 60 43 0 113 30 130 74 57
Binary 1111110 11000010 110000 100011 0 1001011 11000 1011000 111100 101111

Color Harmonies of #7EC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC230

Black with #7EC230

Text Example


Text Example

White with #7EC230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,194,48); }

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

background-color css

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

 a { background-color: rgb(126,194,48); }

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

border-color css

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

 span { border-color: rgb(126,194,48); }

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