Html Css Color HEX #7ECF1C Lima

📋 copy color: '#7ECF1C'

red 126 ◦ green 207 ◦ blue 28

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

Shades of Lima #7ECF1C

Tints of Lima #7ECF1C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.34%

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

R = 34.9%
G = 57.34%
B = 7.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#7ECF1C (or 0x7ECF1C) is known color: Lima. HEX triplet: 7E, CF and 1C. RGB value is (126,207,28). Sum of RGB (Red+Green+Blue) = 126+207+28=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECF1C is #8130E3. Grayscale: #A3A3A3. Windows color (decimal): -8466660 or 1888126. OLE color: 1888126.

HSL color Cylindrical-coordinate representation of color #7ECF1C: hue angle of 87.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7ECF1C is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 207 28 -
CMYK 0.39 0 0.86 0.19
HSL 87.15º 0.76% 0.46% -
HSV(B) 87.15º 0.86% 0.81% -
XYZ 31.13 49.15 8.94 -
YUV 162.38 52.16 102.05 -
System Red Green Blue C M Y K H S L
Decimal 126 207 28 0.39 0 0.86 0.19 87.15 0.76 0.46
Hex 7E CF 1C 27 0 56 13 57 4C 2E
Octal 176 317 34 47 0 126 23 127 114 56
Binary 1111110 11001111 11100 100111 0 1010110 10011 1010111 1001100 101110

Color Harmonies of #7ECF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECF1C

Black with #7ECF1C

Text Example


Text Example

White with #7ECF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,207,28); }

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

background-color css

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

 a { background-color: rgb(126,207,28); }

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

border-color css

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

 span { border-color: rgb(126,207,28); }

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