Html Css Color HEX #7ECF1D Lima

📋 copy color: '#7ECF1D'

red 126 ◦ green 207 ◦ blue 29

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

Shades of Lima #7ECF1D

Tints of Lima #7ECF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.01%

R = 34.81%
G = 57.18%
B = 8.01%

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

#7ECF1D (or 0x7ECF1D) is known color: Lima. HEX triplet: 7E, CF and 1D. RGB value is (126,207,29). Sum of RGB (Red+Green+Blue) = 126+207+29=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECF1D is #8130E2. Grayscale: #A3A3A3. Windows color (decimal): -8466659 or 1953662. OLE color: 1953662.

HSL color Cylindrical-coordinate representation of color #7ECF1D: hue angle of 87.3º degrees, saturation: 0.75, 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 #7ECF1D is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 207 29 -
CMYK 0.39 0 0.86 0.19
HSL 87.3º 0.75% 0.46% -
HSV(B) 87.3º 0.86% 0.81% -
XYZ 31.14 49.15 9.01 -
YUV 162.49 52.66 101.97 -
System Red Green Blue C M Y K H S L
Decimal 126 207 29 0.39 0 0.86 0.19 87.3 0.75 0.46
Hex 7E CF 1D 27 0 56 13 57 4B 2E
Octal 176 317 35 47 0 126 23 127 113 56
Binary 1111110 11001111 11101 100111 0 1010110 10011 1010111 1001011 101110

Color Harmonies of #7ECF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECF1D

Black with #7ECF1D

Text Example


Text Example

White with #7ECF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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